Skip to content

Commit

Permalink
Debug docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 19, 2024
1 parent b64e8c8 commit 8290638
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

- name: Install dependencies
run: |
git clone https://github.com/rafmudaf/PyWake
git clone https://github.com/rafmudaf/foxes
pip install -e PyWake
pip install -e foxes
pip install -e ".[docs]"
# Generate any required diagrams
Expand Down
5 changes: 3 additions & 2 deletions docs/api_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
wcomp.base_interface
wcomp.floris_interface
wcomp.foxes_interface
wcomp.pywake_interface
wcomp.output_struct
wcomp.plotting
```
```

wcomp.pywake_interface
29 changes: 15 additions & 14 deletions wcomp/foxes_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@
"k": "alpha",
}
},
# "bastankah2014": {
# "model_ref": BastankhahWake,
# "parameters": {
# "alpha": "k",
# }
# },
"bastankhah2016": {
"model_ref": PorteAgelWake,
"parameters": {
Expand All @@ -58,14 +52,6 @@
},

# Deflection model
# "jimenez": {
# "model_ref": ,
# "parameters": {
# "alpha": "alpha",
# "beta": "beta",
# "k": "k",
# }
# }
"bastankhah2016_deflection": {
"model_ref": YawedWakes,
"parameters": {
Expand All @@ -74,6 +60,21 @@
}
},
}
## Not implemented
# "bastankah2014": {
# "model_ref": BastankhahWake,
# "parameters": {
# "alpha": "k",
# }
# },
# "jimenez": {
# "model_ref": ,
# "parameters": {
# "alpha": "alpha",
# "beta": "beta",
# "k": "k",
# }
# }

class WCompFoxes(WCompBase):

Expand Down

0 comments on commit 8290638

Please sign in to comment.