Skip to content

Commit

Permalink
case changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nocollier committed Jan 22, 2025
1 parent 9aa219a commit 260bc41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/ref-metrics-ilamb/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ref-metrics-ilamb

Use [ilamb](https://github.com/rubisco-sfa/ilamb3) as a REF metrics provider. See [ilamb.org](https://www.ilamb.org/) for more information on project goals and resources.
Use [ILAMB](https://github.com/rubisco-sfa/ilamb3) as a REF metrics provider. See [ilamb.org](https://www.ilamb.org/) for more information on project goals and resources.

See [running-metrics-locally](https://cmip-ref.readthedocs.io/en/latest/how-to-guides/running-metrics-locally/) for usage instructions.
2 changes: 1 addition & 1 deletion packages/ref-metrics-ilamb/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cmip_ref_metrics_ilamb"
version = "0.1.5"
description = "ilamb metrics provider for the CMIP Rapid Evaluation Framework"
description = "ILAMB metrics provider for the CMIP Rapid Evaluation Framework"
readme = "README.md"
authors = [
{ name = "Nathan Collier", email = "nathaniel.collier@gmail.com" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
__version__ = importlib.metadata.version("cmip_ref_metrics_ilamb")

# Initialise the metrics manager and register the example metric
provider = MetricsProvider("ilamb", __version__)
provider = MetricsProvider("ILAMB", __version__)
provider.register(GlobalMeanTimeseries())
2 changes: 1 addition & 1 deletion packages/ref-metrics-ilamb/tests/unit/test_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def test_provider():
assert provider.name == "ilamb"
assert provider.name == "ILAMB"
assert provider.slug == "ilamb"
assert provider.version == __version__

Expand Down

0 comments on commit 260bc41

Please sign in to comment.