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
* Add shape property
This makes it easier to implement the BMI.
* Fix typo
* Use array parameter in grid shape, spacing, and origin
This better matches the BMI form in bmipy.
* Set grid type to uniform_rectilinear
This matches the docs.
* Use heat shape property for grid rank and size
This is a convenience.
Also cast the return from *get_grid_size* to `int` to pass the bmi-tester.
* Use dest parameter in get_value methods
This better matches the form from bmipy.
* Update tests for updated BMI functions
* Add six as a requirement
It's found by conda but not by pip.
* Remove unused import
* Make pretty
* Test on py38 and py39
* Split off testing requirements to new file
And added bmi-tester as a testing requirement.
* Run bmi-tester in the CI
I chose to keep everything in conda to try to avoid mixing package sources.
0 commit comments