Moving meshes final #103
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Run linter
10s
Lint Github actions YAML files
7s
Annotations
5 errors
F821:
gusto/equations.py#L681
gusto/equations.py:681:39: F821 undefined name 'transporting_velocity'
|
F821:
gusto/equations.py#L683
gusto/equations.py:683:36: F821 undefined name 'transporting_velocity'
|
F821:
gusto/equations.py#L684
gusto/equations.py:684:23: F821 undefined name 'transporting_velocity'
|
E722:
gusto/moving_mesh/monge_ampere.py#L260
gusto/moving_mesh/monge_ampere.py:260:9: E722 do not use bare 'except'
|
Run linter
Process completed with exit code 2.
|