Skip to content

check_promises does not properly add trajectories #168

@MTLehner

Description

@MTLehner

Description

check_promise does not properly add the trajectories. The paths to the trajectories are appended to gromos_system by the analysis script of the simulation, but the data is not imported.

Code Example

groSys = GromosSystem(......) # create a GromosSystem
groSys.md(....) # submit some MD simulations that produce trajectories
# wait for simulations to be done on cluster (and checked that they worked properly)
groSys._check_promises() # should add trajectories`
groSys.tre.density() # will throw error due to empty DataFrame

Bug?

Problems with trajectories or with future file or check_promise?

Help is welcomed

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions