benjimaclellan/aesop

Import statements are different depnding on where you are running the code.

kalebruscitti opened this issue · 0 comments

https://github.com/benjimaclellan/ASOPE/blob/ec5266f8a191265f36f3cc1cd42a733e8f296a1d/asope/analysis/wrappers.py#L6-L9

If you run a file in the analysis folder (such as testing.py), then you need to uncomment the bottom two lines, but if you run a file above the analysis folder (such as asope_inner.py) then you need to uncomment the top two lines.