Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
perceptualrobots committed Oct 12, 2024
1 parent 3faca1b commit 5767411
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 48 deletions.
42 changes: 7 additions & 35 deletions nbs/18_applications.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"%reload_ext autoreload\n",
Expand All @@ -29,11 +25,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| default_exp applications"
Expand All @@ -42,11 +34,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand All @@ -56,11 +44,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| export\n",
Expand Down Expand Up @@ -106,11 +90,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [
{
"name": "stdout",
Expand Down Expand Up @@ -181,22 +161,14 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "python"
}
},
"metadata": {},
"outputs": [],
"source": [
"#| hide\n",
Expand Down
13 changes: 0 additions & 13 deletions pct/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,3 @@ def run_wind_turbine(target, drive, filepath):
rtn = env_proc.results(filepath=filepath, environment_properties=environment_properties)



# %% ../nbs/18_applications.ipynb 6
# controller trained on steady dataset applied to steady dataset
run_wind_turbine('steady', "testfiles\\", "ga--1362.401-s003-4x3-m005-WT0538-bddf277b0f729cc630efacf91b9f494f.properties")
# controller trained on steady dataset applied to variable dataset
run_wind_turbine('variable', "testfiles\\", "ga--1362.401-s003-4x3-m005-WT0538-bddf277b0f729cc630efacf91b9f494f.properties")
# controller trained on variable dataset applied to variable dataset
run_wind_turbine('variable', "testfiles\\", "ga--2629.009-s001-5x5-m002-WT0416-31ecb19201d49e8c6f9dd1e172bd6944.properties")
# controller trained on variable dataset applied to steady dataset
run_wind_turbine('steady', "testfiles\\", "ga--2629.009-s001-5x5-m002-WT0416-31ecb19201d49e8c6f9dd1e172bd6944.properties")



0 comments on commit 5767411

Please sign in to comment.