Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 🌱 EcoMPC4Greenhouse: Education Platform

[![Platform Access](https://img.shields.io/badge/Platform-Access%20Here-brightgreen)](http://ecompc4greenhouse.streamlit.app)
[![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)
[![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)
[![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)
[![codecov](https://codecov.io/gh/MarekWadinger/dynamic_opt_growth_model/graph/badge.svg?token=UWBJ585H4J)](https://codecov.io/gh/MarekWadinger/dynamic_opt_growth_model)
[![codecov](https://codecov.io/gh/MarekWadinger/ecompc-greenhouse-platform/graph/badge.svg?token=UWBJ585H4J)](https://codecov.io/gh/MarekWadinger/ecompc-greenhouse-platform)

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

## 🌍 Overview

Expand Down
7 changes: 3 additions & 4 deletions constant_estm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@
"outputs": [],
"source": [
"import os\n",
"import pickle\n",
"import random\n",
"import sys\n",
"import pickle\n",
"from functools import partial\n",
"\n",
"\n",
"import matplotlib.pyplot as plt\n",
"import numpy as np\n",
"\n",
"from core.generator import gen_u_daily_sine\n",
"from core.lettuce_model import lettuce_growth_model, get_default_constants\n",
"from core.lettuce_model import get_default_constants, lettuce_growth_model\n",
"from core.plot import plot_response\n",
"from core.simulate import simulate\n",
"\n",
Expand Down Expand Up @@ -138,7 +137,7 @@
"# Push changes to GitHub\n",
"if \"google.colab\" in sys.modules:\n",
" token = userdata.get(\"github_token\")\n",
" !git push https://[email protected]/MarekWadinger/dynamic_opt_growth_model.git"
" !git push https://[email protected]/MarekWadinger/ecompc-greenhouse-platform.git"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"# Push changes to GitHub\n",
"if \"google.colab\" in sys.modules:\n",
" token = userdata.get(\"github_token\")\n",
" !git push https://[email protected]/MarekWadinger/dynamic_opt_growth_model.git"
" !git push https://[email protected]/MarekWadinger/ecompc-greenhouse-platform.git"
]
},
{
Expand Down

This file was deleted.

Loading