You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the notebooks\devs\toy-strain-model.ipynb, "import holodeck.evolution" and "import holodeck.population" weren't working, so I replaced them with "import holodeck.discrete.evolution" and "import holodeck.discrete.population". Maybe the directory was changed? "import zcode.math" is also not working, but I don't know what to change it by.
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out. This notebook is very old and almost completely deprecated. (Much of the materials in the notebooks/devs subfolder are deprecated/defuct in some way.) That being said: the two zmath methods that are being used are (1) random_power (which can also be found in holodeck.utils), and (2) spacing -- and this one can be replaced by np.logspace(*np.log10(masses), NBINS+1). Let me know if there are particular components from this notebook that would be helpful for you!
In the notebooks\devs\toy-strain-model.ipynb, "import holodeck.evolution" and "import holodeck.population" weren't working, so I replaced them with "import holodeck.discrete.evolution" and "import holodeck.discrete.population". Maybe the directory was changed? "import zcode.math" is also not working, but I don't know what to change it by.
The text was updated successfully, but these errors were encountered: