ISISNeutronMuon / MDANSE

MDANSE: Molecular Dynamics Analysis for Neutron Scattering Experiments
https://www.isis.stfc.ac.uk/Pages/MDANSEproject.aspx
GNU General Public License v3.0
23 stars 5 forks source link

[BUG] Unfolded trajectory does not make the trajectory contiguous #581

Open ChiCheng45 opened 1 month ago

ChiCheng45 commented 1 month ago

Description of the error Running the unfolded trajectory with the DL_POLY water trajectory does not make the trajectory contiguous. Additionally when atom selection is used the job fails with a broadcast error.

raise TypeError("Can't broadcast %s -> %s" % (source_shape, self.array_shape)) # array shape
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Can't broadcast (766,) -> (768,)