We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carrying over a comment from #5 from @dstansby
A thought, there is a well defined mapping from observation > temperature response function, so maybe instead of m = Model(data, kernel, temperature, model='nonexistent_model') it could be m = Model(observation, temperature, model='nonexistent_model') where observation stores both the data and the temperature response functions (and possible errors on the data too?)
A thought, there is a well defined mapping from observation > temperature response function, so maybe instead of
m = Model(data, kernel, temperature, model='nonexistent_model')
it could be
m = Model(observation, temperature, model='nonexistent_model')
where observation stores both the data and the temperature response functions (and possible errors on the data too?)
The text was updated successfully, but these errors were encountered:
May be related to #6 as well
Sorry, something went wrong.
No branches or pull requests
Carrying over a comment from #5 from @dstansby
The text was updated successfully, but these errors were encountered: