NREL / flasc

A rich floris-driven suite for SCADA analysis
https://nrel.github.io/flasc/
BSD 3-Clause "New" or "Revised" License
30 stars 18 forks source link

Fix is None issue and re-run examples #154

Closed paulf81 closed 8 months ago

paulf81 commented 8 months ago

This pull request fixes a small error introduced in the ruff formatting pull request. Ruff formatting, following rule E712 changes == False to is False, however this breaks in certain usages, including pandas. This known issue is discussed here:

https://github.com/astral-sh/ruff/issues/4560

This pull request instructs ruff to ignore E712, then re-runs all notebooks to and reuploads them so they appear online

Related issue, if one exists Closes #149

Impacted areas of the software project.toml