Closed paulf81 closed 11 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:
== False
is False
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
This pull request fixes a small error introduced in the ruff formatting pull request. Ruff formatting, following rule E712 changes
== False
tois 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