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

ModuleNotFoundError Notebook examples not working #8

Closed
bhishmapitamah opened this issue Jan 5, 2020 · 1 comment
Closed

ModuleNotFoundError Notebook examples not working #8

bhishmapitamah opened this issue Jan 5, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@bhishmapitamah
Copy link

Describe the bug
The example notebooks provided in the docs are inconsistent with the current version of flarestack.

To Reproduce
Steps to reproduce the behavior:

  1. Run '0-Setting up Flarestack.ipynb' on binder or locally
  2. Run Cells
  3. Module error for flarestack.precompute

Expected behavior
precompute.py has been removed in the latest release v1.2.2

Additional context

ModuleNotFoundError Traceback (most recent call last)
in
1 from pathlib import Path
2 home = str(Path.home())
----> 3 from flarestack.precompute import run_precompute, set_scratch_directory
4 set_scratch_directory(home)

ModuleNotFoundError: No module named 'flarestack.precompute'

@robertdstein
Copy link
Member

That notebook is completely redundant, so should not even be in flarestack any more
.

@robertdstein robertdstein added the bug Something isn't working label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants