From b3bc8bbae0216cf797b4cbeb5ebe07e59a8e1b83 Mon Sep 17 00:00:00 2001 From: Rafael M Mudafort Date: Mon, 25 Mar 2024 05:18:41 -0500 Subject: [PATCH] Fix foxes spelling --- README.md | 6 ------ wcomp/foxes_interface.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 011d7cb..4154ddf 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,3 @@ graph TD See the [Architecture](https://rafmudaf.github.io/wcomp/architecture.html) and [API documentation](https://rafmudaf.github.io/wcomp/api_docs.html) for more information. - - -# Limitations -- Can only use 1 turbine type - - Foxes calls the windIO input by a hard coded name, so any additional turbine type will overwrite the previous definition -- windIO doesn't have a schema for model inputs, so these are currently hard coded in the code interfaces (WindIOCode-classes) diff --git a/wcomp/foxes_interface.py b/wcomp/foxes_interface.py index 8ee0109..35063d6 100644 --- a/wcomp/foxes_interface.py +++ b/wcomp/foxes_interface.py @@ -92,7 +92,7 @@ class WCompFoxes(WCompBase): LINE_PLOT_COLOR = "red" LINE_PLOT_MARKER = "" LINE_PLOT_LINESTYLE = "--" - LEGEND = "Foxes" + LEGEND = "foxes" def __init__(self, input_file: str | Path): input_dictionary = load_yaml(input_file)