-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Hey folks, I was trying to get a test example running (specifically the Constant Focusing Channel example). I am able to successfully install the package through conda. However, executing the script gives the following error.
Traceback (most recent call last):
File "/home/chris/physics-ml-priors-linux/20230402-impactx-test.py", line 41, in <module>
monitor = elements.BeamMonitor("monitor", "h5")
AttributeError: module 'impactx.impactx_pybind.elements' has no attribute 'BeamMonitor'
ax3l