Skip to content

Commit 4b89c3d

Browse files
Merge pull request #20 from MarekWadinger/rfaber1-patch-1
Update root.tex MERGE <<
2 parents 9f09d8e + 8aff9a6 commit 4b89c3d

File tree

11 files changed

+162
-6793
lines changed

11 files changed

+162
-6793
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 🌱 EcoMPC4Greenhouse: Education Platform
22

33
[![Platform Access](https://img.shields.io/badge/Platform-Access%20Here-brightgreen)](http://ecompc4greenhouse.streamlit.app)
4-
[![Python application](https://github.com/MarekWadinger/dynamic_opt_growth_model/actions/workflows/python-app.yml/badge.svg)](https://github.com/MarekWadinger/dynamic_opt_growth_model/actions/workflows/python-app.yml)
4+
[![Python application](https://github.com/MarekWadinger/ecompc-greenhouse-platform/actions/workflows/python-app.yml/badge.svg)](https://github.com/MarekWadinger/ecompc-greenhouse-platform/actions/workflows/python-app.yml)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
6-
[![codecov](https://codecov.io/gh/MarekWadinger/dynamic_opt_growth_model/graph/badge.svg?token=UWBJ585H4J)](https://codecov.io/gh/MarekWadinger/dynamic_opt_growth_model)
6+
[![codecov](https://codecov.io/gh/MarekWadinger/ecompc-greenhouse-platform/graph/badge.svg?token=UWBJ585H4J)](https://codecov.io/gh/MarekWadinger/ecompc-greenhouse-platform)
77

8-
![Webpage Overview](publications/figures/webpage.png)
8+
[![Webpage Overview](publications/figures/webpage.png)](http://ecompc4greenhouse.streamlit.app)
99

1010
## 🌍 Overview
1111

constant_estm.ipynb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,16 @@
3333
"outputs": [],
3434
"source": [
3535
"import os\n",
36+
"import pickle\n",
3637
"import random\n",
3738
"import sys\n",
38-
"import pickle\n",
3939
"from functools import partial\n",
4040
"\n",
41-
"\n",
4241
"import matplotlib.pyplot as plt\n",
4342
"import numpy as np\n",
4443
"\n",
4544
"from core.generator import gen_u_daily_sine\n",
46-
"from core.lettuce_model import lettuce_growth_model, get_default_constants\n",
45+
"from core.lettuce_model import get_default_constants, lettuce_growth_model\n",
4746
"from core.plot import plot_response\n",
4847
"from core.simulate import simulate\n",
4948
"\n",
@@ -138,7 +137,7 @@
138137
"# Push changes to GitHub\n",
139138
"if \"google.colab\" in sys.modules:\n",
140139
" token = userdata.get(\"github_token\")\n",
141-
" !git push https://[email protected]/MarekWadinger/dynamic_opt_growth_model.git"
140+
" !git push https://[email protected]/MarekWadinger/ecompc-greenhouse-platform.git"
142141
]
143142
},
144143
{

main.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"# Push changes to GitHub\n",
151151
"if \"google.colab\" in sys.modules:\n",
152152
" token = userdata.get(\"github_token\")\n",
153-
" !git push https://[email protected]/MarekWadinger/dynamic_opt_growth_model.git"
153+
" !git push https://[email protected]/MarekWadinger/ecompc-greenhouse-platform.git"
154154
]
155155
},
156156
{

publications/IEEE-conference-template-062824/IEEE-conference-template-062824.tex

Lines changed: 0 additions & 293 deletions
This file was deleted.

0 commit comments

Comments
 (0)