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.
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:
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.