kassonlab / gmxapi

(outdated) fork of https://gitlab.com/gromacs/gromacs
http://gmxapi.org/
Other
52 stars 13 forks source link

Inconsistent type for WorkElement.namespace and WorkElement.operation #228

Closed eirrgang closed 5 years ago

eirrgang commented 5 years ago

These are public attributes that should be native strings for consistent use as dictionary keys, but other recent changes caused the potential for the type to change after serialization/deserialization.

Normalize to str