-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- The
unwrap_orused at: https://github.com/pgmpy/causalgraphs/blob/main/wasm_bindings/src/lib.rs#L23 should be moved to the core Rust if possible. This should be the common default value for all bindings and core package. -
derive(Clone)used here should be moved to the core package if possible. - Move all the generated packages to a single directory for easy maintenance. Currently, the files from the rust package are generated in
target, from wasm injs/pkg-node, etc. - Remove the
test.pyfile: https://github.com/pgmpy/causalgraphs/blob/main/python_bindings/test.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request