Thermal sw #758
lint.yml
on: pull_request
Run linter
7s
Lint Github actions YAML files
5s
Annotations
7 errors
F841:
gusto/equations/shallow_water_equations.py#L104
gusto/equations/shallow_water_equations.py:104:9: F841 local variable 'H' is assigned to but never used
|
F821:
gusto/equations/shallow_water_equations.py#L399
gusto/equations/shallow_water_equations.py:399:41: F821 undefined name 'qvbar'
|
F821:
gusto/equations/shallow_water_equations.py#L399
gusto/equations/shallow_water_equations.py:399:69: F821 undefined name 'qvbar'
|
F821:
gusto/equations/shallow_water_equations.py#L400
gusto/equations/shallow_water_equations.py:400:32: F821 undefined name 'qvbar'
|
F821:
gusto/equations/shallow_water_equations.py#L401
gusto/equations/shallow_water_equations.py:401:55: F821 undefined name 'qvbar'
|
F821:
gusto/equations/shallow_water_equations.py#L436
gusto/equations/shallow_water_equations.py:436:48: F821 undefined name 'linear_qt_adv'
|
Run linter
Process completed with exit code 2.
|