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
Not all scripts are imported when pip install-ing PyBOP. The python scripts located inside subfolders, such as optimisation, cannot be seen without an __init__.py file in their location.
Python Version
3.11.5
Describe the bug
Not all scripts are imported when
pip install
-ing PyBOP. The python scripts located inside subfolders, such asoptimisation
, cannot be seen without an__init__.py
file in their location.Steps to reproduce the behaviour
pyenv virtualenv 3.11.5 pybop-env
pyenv activate pybop-env
pip install pybamm
pip install git+https://github.com/pybop-team/PyBOP
python "PATH TO/test_parameterisation.py"
Relevant log output
ModuleNotFoundError: No module named 'pybop.optimisation'
The text was updated successfully, but these errors were encountered: