Skip to content

Commit

Permalink
Fix foxes spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 25, 2024
1 parent 739d261 commit b3bc8bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion wcomp/foxes_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b3bc8bb

Please sign in to comment.