Prevent frontogenesis from returning nans #5011
Annotations
10 errors
Ruff (E501):
tests/calc/test_kinematics.py#L321
tests/calc/test_kinematics.py:321:96: E501 Line too long (96 > 95)
|
Ruff (E501):
tests/calc/test_kinematics.py#L322
tests/calc/test_kinematics.py:322:96: E501 Line too long (96 > 95)
|
Ruff (E501):
tests/calc/test_kinematics.py#L323
tests/calc/test_kinematics.py:323:96: E501 Line too long (96 > 95)
|
Ruff (E501):
tests/calc/test_kinematics.py#L324
tests/calc/test_kinematics.py:324:96: E501 Line too long (96 > 95)
|
Ruff (E501):
tests/calc/test_kinematics.py#L325
tests/calc/test_kinematics.py:325:96: E501 Line too long (97 > 95)
|
Ruff (E501):
tests/calc/test_kinematics.py#L335
tests/calc/test_kinematics.py:335:96: E501 Line too long (99 > 95)
|
Ruff (N806):
tests/calc/test_kinematics.py#L336
tests/calc/test_kinematics.py:336:5: N806 Variable `Tvals` in function should be lowercase
|
Ruff (N806):
tests/calc/test_kinematics.py#L350
tests/calc/test_kinematics.py:350:5: N806 Variable `T` in function should be lowercase
|
Ruff (E226):
tests/calc/test_kinematics.py#L352
tests/calc/test_kinematics.py:352:35: E226 Missing whitespace around arithmetic operator
|
Ruff (N806):
tests/calc/test_kinematics.py#L353
tests/calc/test_kinematics.py:353:5: N806 Variable `F` in function should be lowercase
|