Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency graph of this repository extremely brittle #281

Open
biphasic opened this issue Dec 15, 2023 · 0 comments
Open

Dependency graph of this repository extremely brittle #281

biphasic opened this issue Dec 15, 2023 · 0 comments
Assignees
Labels
1-bug Something isn't working

Comments

@biphasic
Copy link

biphasic commented Dec 15, 2023

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:

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

  1. Clone the repo
  2. Poetry install
  3. Run the satellite scheduling tutorial notebook
@biphasic biphasic added the 1-bug Something isn't working label Dec 15, 2023
@github-actions github-actions bot added the 0-needs-review Has to be reviewed. label Dec 15, 2023
@AlessandroPierro AlessandroPierro self-assigned this Mar 14, 2024
@AlessandroPierro AlessandroPierro removed the 0-needs-review Has to be reviewed. label Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants