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
Running a forward model on a dataset that is disabled by passing dataset to run_compute ignores options for passband luminosity scaling (and possibly other dataset options - check for third light, irradiation, etc) and for passband luminosity scaling defaults to absolute. For more context, see #986
ParameterSet: 3 parameters
R fluxes@enabled_absolute@model: [8.70985138e+24] W / m2
R fluxes@enabled_cc@model: [2.00783523] W / m2
R fluxes@disabled_cc@model: [8.70985138e+24] W / m2
I don’t remember if passing dataset was an intended feature or not. I know that passing times was intended.
So we’ll need to check if it is and:
if so: it should still adhere to all dataset parameters (and so match the component-coupled result)
if not: passing anything to dataset should probably be caught immediately and raise an error.
The text was updated successfully, but these errors were encountered:
Running a forward model on a dataset that is disabled by passing
dataset
torun_compute
ignores options for passband luminosity scaling (and possibly other dataset options - check for third light, irradiation, etc) and for passband luminosity scaling defaults to absolute. For more context, see #986I don’t remember if passing dataset was an intended feature or not. I know that passing times was intended.
So we’ll need to check if it is and:
The text was updated successfully, but these errors were encountered: