Skip to content
New issue

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

Consolidate data and response function into single input type #13

Open
wtbarnes opened this issue Apr 24, 2020 · 1 comment
Open

Consolidate data and response function into single input type #13

wtbarnes opened this issue Apr 24, 2020 · 1 comment

Comments

@wtbarnes
Copy link
Member

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?)

@wtbarnes
Copy link
Member Author

May be related to #6 as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant