@evogytis ---
I was just returning to this. I tried to run EBOV_phylogeography_staticTree.ipynb and the first cell gives the following error:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-6675d9c43b52> in <module>()
15 import copy
16
---> 17 from ebov_data import *
18
19 if locations:
ImportError: No module named ebov_data
This is in reference to the line that calls from ebov_data import *. I could not find the ebov_data module. Is this referring to the file auxiliaries/ebov_data.py?
Either the notebook needs updating or you should explain how to load ebov_data in a readme file in the scripts/ directory.
@evogytis ---
I was just returning to this. I tried to run
EBOV_phylogeography_staticTree.ipynband the first cell gives the following error:This is in reference to the line that calls
from ebov_data import *. I could not find theebov_datamodule. Is this referring to the fileauxiliaries/ebov_data.py?Either the notebook needs updating or you should explain how to load
ebov_datain a readme file in thescripts/directory.