pyro2 icon indicating copy to clipboard operation
pyro2 copied to clipboard

allow Pyro class to take name of function for initial conditions

Open zingale opened this issue 2 years ago • 0 comments

At the moment, the Pyro class takes the initial condition string name, which means that the function needs to be installed in the main pyro installation. For interactive use in Jupyter, it would be useful to be able to define the initial condition as a function in the notebook, and then have pyro use that.

zingale avatar Aug 06 '23 18:08 zingale