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

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

Comments

@Birght-lab
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant