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
I've tried now on multiple occasions over the last 3 months to run the tutorial notebooks in this repository, but I always get different errors. For the satellite scheduling notebook I receive:
ModuleNotFoundError: No module named 'lava.utils.loihi2_state_probes'
On an older install of this repo from 2 months ago, I got the error
raise ValueError("Please choose a supported neuron model")
for the satellite scheduling notebook.
When I check the poetry.lock file, the lava dependency is currently pinned to
version = "0.9.0.dev0"
on the main branch. I'm wondering if that dev0 version includes commits that make the tutorials break. Maybe it would be worth releasing minor hotfix versions of Lava such that lava-optimization can pin exact versions that can then be automatically tested as part of the CI?
To reproduce current behavior
Clone the repo
Poetry install
Run the satellite scheduling tutorial notebook
The text was updated successfully, but these errors were encountered:
Describe the bug
I've tried now on multiple occasions over the last 3 months to run the tutorial notebooks in this repository, but I always get different errors. For the satellite scheduling notebook I receive:
On an older install of this repo from 2 months ago, I got the error
for the satellite scheduling notebook.
When I check the poetry.lock file, the lava dependency is currently pinned to
on the main branch. I'm wondering if that dev0 version includes commits that make the tutorials break. Maybe it would be worth releasing minor hotfix versions of Lava such that lava-optimization can pin exact versions that can then be automatically tested as part of the CI?
To reproduce current behavior
The text was updated successfully, but these errors were encountered: