-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix how sample function handles Processed inputs #25
Conversation
We should write tests to ensure that these different types of inputs are handled properly going forward. I'm still new to this repo, so I would like some guidance as to how to write the tests for these functions. |
Indeed this wasn't properly tested, so good idea. I realise we don't really have tests for the |
Tests could definitely do with an upgrade, I would be in favour of having refactoring to have test file for each code file, i.e. |
I see a potential problem with how this function handles ProcessedDriftMatrix. I'm wondering if we could fix this by simply adding more details in the docstring of the function. Alternatively, we could remove the support for Processed inputs and always ensure we preprocess the inputs the correct way. |
Fixes #22