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

Logical flow #71

Merged
merged 43 commits into from
Jan 15, 2025
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
56a0643
adds comparison operators for technologies
samgdotson Dec 27, 2022
96bb241
adds tests for tech comparison operators
samgdotson Dec 27, 2022
f155423
adds logical flow to storage tech
samgdotson Feb 21, 2023
32b5e37
merge conflicts
samgdotson Mar 6, 2023
71fc46e
Merge branch 'tech_library' of github.com:samgdotson/osier into logic…
samgdotson Mar 6, 2023
6956545
merge conf
samgdotson Mar 6, 2023
78d8456
adds power behavior for technologies and tests
samgdotson Mar 6, 2023
011f117
updates the storage technology
samgdotson Mar 6, 2023
6799a38
Merge branch 'tech_library' of github.com:samgdotson/osier into logic…
samgdotson Mar 6, 2023
88e05bf
fixes battery methods
samgdotson Mar 6, 2023
f1bc572
fixes battery
samgdotson Mar 7, 2023
a45b156
adds tests for battery storage
samgdotson Mar 7, 2023
3e04ba7
adds functions to utils and a general model class
samgdotson Mar 7, 2023
8e6f0dc
updates solve in logic model
samgdotson Mar 7, 2023
35173b2
Merge branch 'debugging' of github.com:samgdotson/osier into logical_…
samgdotson Mar 7, 2023
1d4f852
adds empty results formatting method
samgdotson Mar 8, 2023
f34f3b2
minor changes
samgdotson Mar 28, 2023
1cd45ca
merge conf
samgdotson Oct 19, 2024
0b66cd0
Merge branch 'main' of github.com:arfc/osier into logical_flow
samgdotson Dec 14, 2024
8ae6cca
updates init
samgdotson Dec 14, 2024
3e0472f
adds hierarchical dispatch example
samgdotson Dec 14, 2024
a75a1ab
updates hierarchical dispatch notebook
samgdotson Dec 14, 2024
96d52d9
updates logic dispatch and example notebook
samgdotson Dec 15, 2024
41d7f76
updates logic flow and battery output
samgdotson Dec 15, 2024
74cd25c
adds test for logic model, issue with power_history attribute
samgdotson Dec 15, 2024
54a78eb
working logical flow model
samgdotson Dec 16, 2024
5388b02
updates dispatch notebook
samgdotson Dec 16, 2024
beb9fb9
adds parallelization tutorial
samgdotson Dec 18, 2024
0f44f53
updates dispatch tutorial with new model
samgdotson Dec 23, 2024
9cdc64c
removes empty cell in notebook
samgdotson Dec 23, 2024
de99762
removes notebook
samgdotson Dec 23, 2024
f211f42
autopep8
samgdotson Dec 23, 2024
f074eac
autopep8 again
samgdotson Dec 23, 2024
095b045
manual changes
samgdotson Dec 23, 2024
c51aea1
adds docstring to logic model
Jan 14, 2025
788992a
adds logic model to docs
samgdotson Jan 14, 2025
4a9cf2e
merge conflict
samgdotson Jan 14, 2025
0e59b00
changes from code review
samgdotson Jan 14, 2025
6d6b8dd
fixes doc string
samgdotson Jan 14, 2025
801b0a8
adds parameters doc string
samgdotson Jan 14, 2025
4b72b0a
updates mamba setup step in gh action
samgdotson Jan 15, 2025
3ef5092
removes
samgdotson Jan 15, 2025
5565b29
Update osier/technology.py
samgdotson Jan 15, 2025
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
Prev Previous commit
Next Next commit
updates mamba setup step in gh action
  • Loading branch information
samgdotson committed Jan 15, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 4b72b0a715480c2aaebe754f89d39da493c92085
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- name: Set up conda
uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- name: Set up mamba
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge # mamba is faster than base conda
miniforge-version: latest