Skip to content

Commit 14e28ec

Browse files
committed
respond to PR comments
1 parent 0a80453 commit 14e28ec

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

docs/inference_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in the dataset configuration. See :class:`fme.ace.XarrayDataConfig` for more in
4141
Example YAML Configuration
4242
---------------------------
4343

44-
.. _Zenodo repository: https://zenodo.org/records/14606905
44+
.. _ACE2-ERA5 Hugging Face page: https://huggingface.co/allenai/ACE2-ERA5
4545

4646
.. literalinclude:: inference-config.yaml
4747
:language: yaml

fme/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@
3636
"using_gpu",
3737
"weighted_std",
3838
"ace",
39-
"coupled",
4039
]

fme/ace/test_ocean_train.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ def save_ocean_nd_netcdf(
2424
):
2525
"""
2626
Saves a netCDF file with synthetic ocean data, including masks and NaNs.
27-
Inspired by fme/coupled/data_loading/test_data_loader.py::_save_netcdf
28-
and fme.ace.testing.fv3gfs_data.save_nd_netcdf.
27+
Inspired by fme.ace.testing.fv3gfs_data.save_nd_netcdf.
2928
"""
3029
base_variable_names = [
3130
name

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ cache-keys = [
4343
{ file = "requirements-healpix.txt" },
4444
]
4545

46-
[tool.ruff]
47-
exclude = ["fme/ace/models/makani_fcn2/**"]
48-
4946
[tool.ruff.lint]
5047
select = ["D", "E", "F", "I", "W", "UP"]
5148
ignore = ["D1", "D200", "D205", "D212", "E203", "W293", "F541", "E402"]

0 commit comments

Comments
 (0)