You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syntax has been changed a bit and evolved significantly from this first design.
The Issue is closed with library version 1.1.1. @CFGrote if you are ok, this issue can be closed.
calculator = Detector(parameters=..., ...)
calculator2 = calculator(parameters=new_parameters, ...)
calculator.dump(fname="...")
calculator = Detector(dumpfile=...)
calculator = Detector(parameters=..., ...)
data = calculator.data
The text was updated successfully, but these errors were encountered: