m2lines / convection-parameterization-in-CAM

Deployment of the convection parameterization scheme (previously from within SAM) deployed into the CAM model
MIT License
3 stars 2 forks source link

Pylint is failing for Python version > 3.10 #57

Closed tztsai closed 8 months ago

tztsai commented 8 months ago

Pylint crashes with an AstroidError for Python>=3.11. This can be fixed by pinning the Python version in the conda yaml file to 3.10. This, however, seems to raise another error when the CI workflow is installing the dependencies.

A solution I'm currently thinking of is removing the usage of conda in the CI workflow file.