In `Analysis.XMDYNPhotonMatterAnalysis.XMDYNPhotonMatterAnalysis.load_snapshot()`, there is the following line: ``` xsnp['q'] = numpy.array([xsnp['ff'][pylab.find(xsnp['T']==x), 0] for x in xsnp['xyz']]).reshape(N,) ``` `pylab.find` seems no longer availble in the `pylab` namespace and this line results in an ``` AttributeError: module 'pylab' has no attribute 'find' ``` I couldn't find a reference to see when it was removed, but my environment corresponds to `environment.yml`.