Closed katmratliff closed 5 years ago
I should add that I'm also having trouble getting rafem from csdms-stack to play nicely with Cem and Waves. When I import it, I get this warning/output:
>>> import pymt.models
✓ BmiRiverModule
/Users/kmratliff/anaconda3/envs/pymt/lib/python3.6/site-packages/model_metadata/modelmetadata.py:62: UserWarning: _name: ignoring private attribute in parameters section
name=name
✓ FrostNumber
✓ Ku
✓ Hydrotrend
✓ Cem
/Users/kmratliff/anaconda3/envs/pymt/lib/python3.6/site-packages/model_metadata/modelmetadata.py:62: UserWarning: _name: ignoring private attribute in parameters section
name=name
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pymt.models'
And then I can't import any of the models. Happy to open this issue in the csdms-stack repo if that's more appropriate.
Looks like pymt_rafem isn't conda-forge. Is the plan to add it? Or should we continue to use it just as part of the software stack?