-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hi, we find your work "NetworkTMLE" very interesting, and we would like to reproduce the simulation on our own. However, we have also found the following issues or bugs in the published code. Perhaps the code may not be up-to-date? If you could respond to the problems we ran into and listed below, we would really appreciate your help.
- The dependencies omit the
matplotlibpkg, which is required for NetworkX. - When running the
example_usage.py, we encountered the following bug report:- By running command
from amonhen import NetworkTMLE, it is reported that in theAmoHenpkg,check_conditionalandstochastic_check_conditionalcannot be found in theutils.py. This is true in the current version. - By running command
from beowulf import (...), it is reported thatModuleNotFoundError: No module named 'beowulf.dgm'in thepublications-code/networkTMLE/Beowulf/beowulf/__init__.pyfile - The same issue occurred when we ran
from beowulf.dgm import ...
- By running command
We have listed the error message below, let us know if there's anything we have done wrong or missed. Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels

