Open linanzhang opened 1 month ago
Hi! That import refers to a local import, for the utils/ folder with utils.py and dataloader.py files. Likely Python just breaking its local import pathing between environments (and because I didn't set it up nicely, admittedly).
You should be able to get around this by either adding an empty file called init.py into the utils/ folder or by moving the utils/ files into the main directory and removing the "utils." part from the imports.
Hello authors,
I was wondering which package
SingleODEData
is imported from on Line 14. I received an error message sayingNo module named utils
.Thanks.