From a273599cc5bc4307cb6074c6565974a69a3e1794 Mon Sep 17 00:00:00 2001 From: Gavin Macaulay Date: Tue, 24 Sep 2024 17:21:05 +1200 Subject: [PATCH] another --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index cbc73c3..967559b 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -250,7 +250,7 @@ Note that the `parameters()` call does not return all of the parameters needed b ## Benchmark model TS -[Jech et al., (2015)](https://doi.org/10.1121/1.4937607) presented _benchmark_ model runs for the reference models. The TS results from these benchmarks are available in echoSMs via the [`BenchMarkData`](https://ices-tools-dev.github.io/echoSMs/api_reference/#benchmarkdata) class. This class is a simple wrapper around code that reads the CSV-formatted benchmark values into a Pandas DataFrame, whereupon they can be readily accessed like this: +[Jech et al., (2015)](https://doi.org/10.1121/1.4937607) presented _benchmark_ model runs for the reference models. The TS results from these benchmarks are available in echoSMs via the [`BenchMarkData`](https://ices-tools-dev.github.io/echoSMs/api_reference/#benchmarkdata) class. This class is a simple wrapper around code that reads the CSV-formatted file of benchmark values into a Pandas DataFrame, whereupon they can be readily accessed like this: ```py from echosms import BenchmarkData