GEMDAT-repos / GEMDAT

Python toolkit for molecular dynamics analysis
https://gemdat.readthedocs.io
Apache License 2.0
21 stars 3 forks source link

Fix wrong `n_floating` bug #253

Closed stefsmeets closed 8 months ago

stefsmeets commented 8 months ago

This PR proposes a possible fix for #252. I believe diff_trajectory must be stored on Transitions instead of Trajectory.

Closes #252

Todo