Skip to content

Commit

Permalink
partial ndif support
Browse files Browse the repository at this point in the history
  • Loading branch information
frankaging committed Jul 4, 2024
1 parent 3da8474 commit 39741be
Show file tree
Hide file tree
Showing 5 changed files with 1,190 additions and 478 deletions.
2 changes: 1 addition & 1 deletion pyvene/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generic APIs
from .data_generators.causal_model import CausalModel
from .models.intervenable_base import IntervenableModel
from .models.intervenable_base import IntervenableModel, IntervenableNdifModel
from .models.configuration_intervenable_model import IntervenableConfig
from .models.configuration_intervenable_model import RepresentationConfig

Expand Down
Loading

0 comments on commit 39741be

Please sign in to comment.