Working on Monte Carlo cycle number 1
Starting simulation...
Working on first step
Traceback (most recent call last):
File "/home/sroet/miniconda3/envs/ops/bin/openpathsampling", line 33, in <module>
sys.exit(load_entry_point('openpathsampling-cli', 'console_scripts', 'openpathsampling')())
File "/home/sroet/miniconda3/envs/ops/lib/python3.9/site-packages/click/core.py", line 1137, in __call__
return self.main(*args, **kwargs)
File "/home/sroet/miniconda3/envs/ops/lib/python3.9/site-packages/click/core.py", line 1062, in main
rv = self.invoke(ctx)
File "/home/sroet/miniconda3/envs/ops/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/sroet/miniconda3/envs/ops/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/sroet/miniconda3/envs/ops/lib/python3.9/site-packages/click/core.py", line 763, in invoke
return __callback(*args, **kwargs)
File "/home/sroet/github_files/openpathsampling-cli/paths_cli/commands/pathsampling.py", line 22, in pathsampling
pathsampling_main(output_storage=OUTPUT_FILE.get(output_file),
File "/home/sroet/github_files/openpathsampling-cli/paths_cli/commands/pathsampling.py", line 35, in pathsampling_main
simulation.run(n_steps)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathsimulators/path_sampling.py", line 261, in run
hook_state, mcstep = self.run_one_step(step_info, hook_state)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathsimulators/path_sampling.py", line 291, in run_one_step
movepath = self._mover.move(self.sample_set, step=self.step)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 2594, in move
self.mover.move(sample_set),
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 1575, in move
subchange = mover.move(sample_set)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 1575, in move
subchange = mover.move(sample_set)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 1575, in move
subchange = mover.move(sample_set)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 615, in move
change = self.move_core(samples)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 642, in move_core
trials, call_details = self(*samples)
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 787, in __call__
trial_trajectory, run_details = self._run(initial_trajectory,
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 2365, in _run
bkwd_partial = self._make_backward_trajectory(trajectory, modified,
File "/home/sroet/github_files/openpathsampling/openpathsampling/pathmover.py", line 2284, in _make_backward_trajectory
bkwd_partial = self.engine.generate(initial_snapshot.reversed,
AttributeError: 'NoneType' object has no attribute 'generate'
AttributeError: __getattribute__
Exception ignored in: 'netCDF4._netCDF4.Dataset.__dealloc__'
AttributeError: __getattribute__
AttributeError: __getattribute__
Exception ignored in: 'netCDF4._netCDF4.Dataset.__dealloc__'
AttributeError: __getattribute__
I am running through these notebooks with a new environment.
When I try to run the:
openpathsampling pathsampling shooting_setup.nc -o biased.nc --scheme biased_shooting -n 500command the code seems to be unable to collect theengineobject (this is not an issue in the regular simulation from the same file)The code errors out in either the backward partial
stack trace
or the forward partial:
stack trace
With a bunch of netcdf errors.
I run with the current conda setup:
conda list