Closed mdpiper closed 9 years ago
get_grid_rank
and get_grid_size
should accept a grid id rather than a long var name.
One problem: changing get_grid_rank
and get_grid_size
will break BmiHeat
and the unit tests until the get_var_grid
method is implemented. (Currently, it has only an interface in Bmi
.)
Repository health decreased by 0.55% when pulling b96e698 on mdpiper:master into 38aa4c6 on csdms:master.
I merged the documentation into master so that we had some documentation on our readthedocs page. Please submit a new PR with fixes to the get_grid_rank
and get_grid_size
functions and their unit tests.
The bulk of the changes in this pull request are the addition of numpydoc docstrings to the methods of the BMI classes, following the instructions in the guide.
I also:
get_var_rank
toget_grid_rank
get_var_size
toget_grid_size
get_var_grid
methodget_grid_*
methods togrid_id
, fromlong_var_name
BmiHeat
class and all the unit tests that use these methods