fix: country shapes #26
Annotations
10 errors and 1 warning
Ruff (E501):
heatchmap/gpmap.py#L112
heatchmap/gpmap.py:112:131: E501 Line too long (248 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L114
heatchmap/gpmap.py:114:131: E501 Line too long (185 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L174
heatchmap/gpmap.py:174:131: E501 Line too long (186 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L178
heatchmap/gpmap.py:178:131: E501 Line too long (198 > 130)
|
Ruff (E501):
heatchmap/gpmap.py#L179
heatchmap/gpmap.py:179:131: E501 Line too long (186 > 130)
|
Ruff (F821):
heatchmap/gpmap.py#L191
heatchmap/gpmap.py:191:41: F821 Undefined name `MERIDIAN`
|
Ruff (F821):
heatchmap/gpmap.py#L192
heatchmap/gpmap.py:192:41: F821 Undefined name `MERIDIAN`
|
Ruff (E501):
heatchmap/gpmap.py#L218
heatchmap/gpmap.py:218:131: E501 Line too long (132 > 130)
|
Ruff (E501):
heatchmap/map_based_model.py#L161
heatchmap/map_based_model.py:161:131: E501 Line too long (132 > 130)
|
Ruff (SIM108):
heatchmap/map_based_model.py#L260
heatchmap/map_based_model.py:260:9: SIM108 Use ternary operator `uncertainties = 1.0 if not hasattr(self, "raw_uncertainties") else self.raw_uncertainties` instead of `if`-`else`-block
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|