Issue adressed by @eliatrevisan
It is suspected that the digit limit of numpy float32 is too little to capture reasonable motion in the timesteps of the simulation.
To do:
- Investigate the magnitude of rounding errors
- Adapt float types in respective places
- Check if errors went down.
- Evaluate performance impact
Issue adressed by @eliatrevisan
It is suspected that the digit limit of numpy float32 is too little to capture reasonable motion in the timesteps of the simulation.
To do: