csdms / pymt

A Python toolkit for running and coupling Earth surface models
https://pymt.readthedocs.io
MIT License
52 stars 20 forks source link

Fix multiple authors error #79

Closed mcflugen closed 5 years ago

mcflugen commented 5 years ago

This pull request fixes an error caused when a model's info metadata contains authors key (rather than author - singular). For now, anyway, I've changed it so that both are valid keys (look for author and then authors). The author list is now always a tuple.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at ?% when pulling e95b0be8556409220e18523109f27e5a0815681f on mcflugen/fix-multiple-authors-error into 704a92bb72a32ec996c65fc3f1c29ab64bbdc597 on master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.04%) to 71.312% when pulling 5b15fe77b737d70770f77812ff21751da95a1912 on mcflugen/fix-multiple-authors-error into 704a92bb72a32ec996c65fc3f1c29ab64bbdc597 on master.