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
File "/home/calabash/nested_sampling/nested_sampling/utils/_heat_capacity.py", line 3, in <module> from nested_sampling.src.cv_trapezoidal import compute_cv_c ImportError: No module named cv_trapezoidal
#24
Open
Birght-lab opened this issue
May 7, 2024
· 0 comments
When I used nosetests nested_sampling, I got an error: No module named cv_trapezoidal
$ nosetests nested_sampling
E
ERROR: Failure: ImportError (No module named cv_trapezoidal)
Traceback (most recent call last):
File "/home/calabash/.local/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/calabash/.local/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/calabash/.local/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/calabash/nested_sampling/nested_sampling/init.py", line 14, in
from utils.result import Result
File "/home/calabash/nested_sampling/nested_sampling/utils/init.py", line 1, in
from _heat_capacity import compute_heat_capacity
File "/home/calabash/nested_sampling/nested_sampling/utils/_heat_capacity.py", line 3, in
from nested_sampling.src.cv_trapezoidal import compute_cv_c
ImportError: No module named cv_trapezoidal
Ran 1 test in 0.000s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered:
When I used nosetests nested_sampling, I got an error: No module named cv_trapezoidal
$ nosetests nested_sampling
E
ERROR: Failure: ImportError (No module named cv_trapezoidal)
Traceback (most recent call last):
File "/home/calabash/.local/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
File "/home/calabash/.local/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/home/calabash/.local/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/calabash/nested_sampling/nested_sampling/init.py", line 14, in
from utils.result import Result
File "/home/calabash/nested_sampling/nested_sampling/utils/init.py", line 1, in
from _heat_capacity import compute_heat_capacity
File "/home/calabash/nested_sampling/nested_sampling/utils/_heat_capacity.py", line 3, in
from nested_sampling.src.cv_trapezoidal import compute_cv_c
ImportError: No module named cv_trapezoidal
Ran 1 test in 0.000s
FAILED (errors=1)
The text was updated successfully, but these errors were encountered: