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
Trying to write a simple unit test and get this import error, which is solved by installing jupyter package. I'm not sure if we want to include it as a project dependency in the requiremets.txt.
_________________________________________________________________ ERROR collecting tests/test_column_mapping.py _________________________________________________________________
ImportError while importing test module '/home/aeciosantos/workspace/askem-arpa-h/bdi-kit/tests/test_column_mapping.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../tools/anaconda3/lib/python3.8/importlib/__init__.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_column_mapping.py:3: in <module>
from bdikit.mapping_algorithms.column_mapping.algorithms import (
bdikit/__init__.py:3: in <module>
from bdikit.api import APIManager
bdikit/api.py:5: in <module>
from bdikit.visualization.mappings import (
bdikit/visualization/mappings.py:3: in <module>
from IPython.display import display
E ModuleNotFoundError: No module named 'IPython'
The text was updated successfully, but these errors were encountered:
Trying to write a simple unit test and get this import error, which is solved by installing
jupyter
package. I'm not sure if we want to include it as a project dependency in the requiremets.txt.The text was updated successfully, but these errors were encountered: