uqfoundation / pyina

MPI parallel map and cluster scheduling
http://pyina.rtfd.io
Other
61 stars 8 forks source link

type check for Integral, bool by value #77

Closed mmckerns closed 1 month ago

mmckerns commented 1 month ago

Summary

replace check for isinstance of int with Integral, and isinstance for bool with check for True and False

Checklist

Documentation and Tests

Release Management