We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @hkjeldsberg
If I understand correctly, save_frequency is the time step frequency used during the simulation, while step is how often you want to save the outputs.
save_frequency
step
VaMPy/src/vampy/automatedPostprocessing/compute_flow_and_simulation_metrics.py
Line 44 in 6c6468a
Here, saved_time_steps_per_cycle is divided by both save_frequency and step, but shouldn’t it be only save_frequency?
saved_time_steps_per_cycle
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @hkjeldsberg
If I understand correctly,
save_frequency
is the time step frequency used during the simulation, whilestep
is how often you want to save the outputs.VaMPy/src/vampy/automatedPostprocessing/compute_flow_and_simulation_metrics.py
Line 44 in 6c6468a
Here,
saved_time_steps_per_cycle
is divided by bothsave_frequency
andstep
, but shouldn’t it be onlysave_frequency
?The text was updated successfully, but these errors were encountered: