Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Added clim support to tripcolor#22734
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I don't think randomness is encouraged in testing, but I am not very familiar with how to test some components. If anyone has any advice or suggestions, I would appreciate it! |
623e654
to51fff64
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
d6d0910
to2e1033a
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Modulo one minor indentation issue.
Uh oh!
There was an error while loading.Please reload this page.
2e1033a
to18ad350
Compare
You've added a seed, so it is no longer "random"! |
Thanks@andrew-fennell ! |
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
tripcolor was ignoring
clim
input.Added parameters to collection instantiations in tripcolor to ensure that all parameters are being handled properly (including
kwargs
).Closes#22726
Example code:
Incorrect output
Correct output
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).