OpenGridForum / drmaa2-python

DRMAAv2 language binding and reference implementation for Python
Apache License 2.0
6 stars 1 forks source link

version dict should contain strings for major and minor #6

Closed dgruber closed 9 years ago

dgruber commented 9 years ago

drms_name = "Mock DRM" drms_version = {'major': 1, 'minor': 0} drmaa_name = "Mock DRM DRMAA Implementation" drmaa_version = {'major': 2, 'minor': 0}

Versions are initialized as ints, the expectation is string type.

troeger commented 9 years ago

Just checked the specs, that's correct.