Skip to content

Commit

Permalink
Merge pull request #20 from MarekWadinger/rfaber1-patch-1
Browse files Browse the repository at this point in the history
Update root.tex MERGE <<
  • Loading branch information
MarekWadinger authored Oct 23, 2024
2 parents 9f09d8e + 8aff9a6 commit 4b89c3d
Show file tree
Hide file tree
Showing 11 changed files with 162 additions and 6,793 deletions.
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

0 comments on commit 4b89c3d

Please sign in to comment.