Mizzou-CBMI / COSMOS2

Python Scientific Pipeline Management System
GNU General Public License v3.0
71 stars 39 forks source link

relax type checks #90

Closed benjschiller closed 6 years ago

benjschiller commented 6 years ago

this was preventing the use of OrderedDicts w/ the JSON parser (a la json.load(fp, object_pairs_hook=OrderedDict))

egafni commented 6 years ago

there's a typo (see test failures) but otherwise thumbs up

benjschiller commented 6 years ago

thanks for the quick reply @egafni !

egafni commented 6 years ago

np, 2.6.25 released

benjschiller commented 6 years ago

looks like nothing got tagged. build error?

egafni commented 6 years ago

sorry, new laptop and creds were not set up

2.6.25 is definitely pushed now!