VaMPy
VaMPy copied to clipboard
A potential bug for determining time steps to be sampled
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.
https://github.com/KVSlab/VaMPy/blob/6c6468a4d8fcda89c330c9b01cea253e1bd3c8c3/src/vampy/automatedPostprocessing/compute_flow_and_simulation_metrics.py#L44
Here, saved_time_steps_per_cycle is divided by both save_frequency and step, but shouldn’t it be only save_frequency?