-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from MarekWadinger/rfaber1-patch-1
Update root.tex MERGE <<
- Loading branch information
Showing
11 changed files
with
162 additions
and
6,793 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
] | ||
}, | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
] | ||
}, | ||
{ | ||
|
293 changes: 0 additions & 293 deletions
293
publications/IEEE-conference-template-062824/IEEE-conference-template-062824.tex
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.