@maxentile : I'm trying to dig into what might be going on with negative estimates of $\Delta F_{neq}$ from the baoab_vs_vvvr.py example you pointed us to, but after installing the integrator-benchmark package via
there seems to be some issue with importing benchmark.testsystems:
lski1962:experiments choderaj$ python baoab_vs_vvvr.py
Traceback (most recent call last):
File "baoab_vs_vvvr.py", line 1, in <module>
import benchmark.testsystems
File "/Users/choderaj/github/choderalab/integrator-benchmark/integrator-benchmark/benchmark/experiments/benchmark.py", line 5, in <module>
from code.integrators import LangevinSplittingIntegrator
ImportError: No module named 'code.integrators'; 'code' is not a package
My guess is
- There is some code that hasn't been checked in.
master was last updated 24 days ago (!!!)
- You might have some old code installed locally as
code.integrators that makes this work locally for you
- You are using a branch other than
master. Could this be refactor (updated 19 days ago)?
Any idea what the issue might be?
@maxentile : I'm trying to dig into what might be going on with negative estimates of$\Delta F_{neq}$ from the
baoab_vs_vvvr.pyexample you pointed us to, but after installing theintegrator-benchmarkpackage viathere seems to be some issue with importing
benchmark.testsystems:My guess is
masterwas last updated 24 days ago (!!!)code.integratorsthat makes this work locally for youmaster. Could this berefactor(updated 19 days ago)?Any idea what the issue might be?