IDAES / examples

IDAES platform examples and tutorials
https://idaes-examples.readthedocs.io
Other
14 stars 34 forks source link

Add Spellchecker to CI checks #102

Closed bpaul4 closed 2 months ago

bpaul4 commented 2 months ago

It would be useful to add a spellchecker to the CI tests and catch any existing typos. There is a Python package typos which allows exceptions to skip entire files based on the file extension or common words that should be ignored.

See https://github.com/prommis/prommis/pull/21 for handling normal exceptions and hexadecimal strings often found in Jupyter notebook raw contents.