Skip to content

Fixes based on python testing

McDonald, Richard R. requested to merge npyfix into master

This pull request contains fixes to:

  1. missing units
  2. missing vars in get_size
  3. missing get_type
  4. A change to the way Logicals are handled. Changed type to integer and changed the way set/get operates on them. @mdpiper not sure about this so please check and comment when you get a chance.
  5. changed the way vars that are conditional are set. Again not really sure how to handle these but this is another iteration. getter returns -1, but setter returns BMI_FAILURE.

Merge request reports