godot11
godot11
This fixes #246, #247, and an erroneous test in `Analysis.XMDYNPhotonMatterAnalysis.XMDYNPhotonMatterAnalysis`.
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 `SimEx.Utilities.IOUtilities`, there's an import ```python from wpg.converters.genesis_v2 import read_genesis_file as genesis2 ``` that silently causes **ALL** warnings ever, globally, to be supressed after this line. Probably there's a warnings.simplefilter("ignore")...
There is a typo in the documentation of `Parameters.DetectorGeometry.DetectorPanel.__init__` in the entry of `ranges`: ``` :param ranges: The minimum and maximum values pixel numbers on the respective transverse axis. :type...
I'm compiling SimEx from the develop branch, but I'm hitting a wall. System is Ubuntu 18.04 LTS. I'm using Intel compliers (OpenAPI 4.4.20(1), ifort and icc version 2021.3.0). After I...
After following the instructions and setting up everything, i got this error when running pi_logo.py (and for all scripts): pi@raspberrypi /pcd8544/examples $ sudo ./pi_logo.py Traceback (most recent call last): File...