Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subsystem_problem #22

Merged
merged 9 commits into from
Aug 21, 2024
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
3 changes: 1 addition & 2 deletions demos/Demo la.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"outputs": [],
"source": [
"using Pkg; Pkg.status()\n",
"# Pkg.add(\"Revise\"); Pkg.add(\"Plots\"); Pkg.add(\"PlotlyJS\"); Pkg.add(\"PrettyTables\")\n",
"# Pkg.add(\"Revise\"); Pkg.add(\"Plots\"); Pkg.add(\"PlotlyJS\"); Pkg.add(\"PrettyTables\") # package not in JulES environment (you might have to Pkg.build(PlotlyJS))\n",
"# Pkg.update(\"TuLiPa\") # uncomment to update TuLiPa to latest version\n",
"# Pkg.develop(path=joinpath(dirname(dirname(pwd())),\"TuLiPa\")); Pkg.status() # go to development version\n",
"# Pkg.undo(); Pkg.status() # go back to main package version\n",
"# Pkg.add(url=\"https://github.com/NVE/TuLiPa.git\"); Pkg.status() # alternative go back to latest version"
]
},
Expand Down
9 changes: 4 additions & 5 deletions demos/Demo prognosis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
"outputs": [],
"source": [
"using Pkg; Pkg.status()\n",
"# Pkg.add(\"Revise\"); Pkg.add(\"Plots\"); Pkg.add(\"PlotlyJS\"); Pkg.add(\"PrettyTables\")\n",
"# Pkg.add(\"Revise\"); Pkg.add(\"Plots\"); Pkg.add(\"PlotlyJS\"); Pkg.add(\"PrettyTables\") # package not in JulES environment (you might have to Pkg.build(PlotlyJS))\n",
"# Pkg.update(\"TuLiPa\") # uncomment to update TuLiPa to latest version\n",
"# Pkg.develop(path=joinpath(dirname(dirname(pwd())),\"TuLiPa\")); Pkg.status() # go to development version\n",
"#Pkg.undo(); Pkg.status() # go back to main package version\n",
"#Pkg.add(url=\"https://github.com/NVE/TuLiPa.git\", rev=\"redesign_JulES\"); Pkg.status() # alternative go back to latest version"
"# Pkg.add(url=\"https://github.com/NVE/TuLiPa.git\"); Pkg.status() # alternative go back to latest version"
]
},
{
Expand All @@ -41,7 +40,7 @@
"outputs": [],
"source": [
"using DataFrames, Statistics, JSON, Distributed, Clustering, YAML, Distributions, Revise, Plots, PrettyTables, Random\n",
"plotlyjs(); # uncomment for interactive plots"
"# plotlyjs(); # uncomment for interactive plots"
]
},
{
Expand All @@ -52,7 +51,7 @@
"outputs": [],
"source": [
"# config = YAML.load_file(joinpath(\"data\", \"config_jules_prognose.yml\")) # config without datasets\n",
"config = YAML.load_file(joinpath(dirname(dirname(pwd())), \"JulESIO\", \"config_jules_prognose.yml\")) # config with NVE datasets\n",
"config = YAML.load_file(joinpath(dirname(dirname(pwd())), \"JulESIO\", \"config_jules_prognose_demo.yml\")) # config with NVE datasets\n",
"weatheryear = config[\"main\"][\"weatheryears\"][1]\n",
"datayear = config[\"main\"][\"datayears\"][1]"
]
Expand Down
4,732 changes: 3,462 additions & 1,270 deletions demos/Demo solar battery.ipynb

Large diffs are not rendered by default.

5,067 changes: 3,673 additions & 1,394 deletions demos/Demo watercourse.ipynb

Large diffs are not rendered by default.

Loading
Loading