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
We should not have to provide an inputs file for a problem setup, but rather, the problem's should specify the default inputs file to use, if none is provided, via a global in the problem initial conditions module, like:
DEFAULT_INPUTS = "inputs.rt"
This makes it easier to use pyro in Jupyter, since we don't need to pass an inputs file in if we do not want to modify anything.