-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add data providers for SSP data #125
Merged
Merged
Conversation
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
khaeru
force-pushed
the
enh/2023-W37
branch
from
September 13, 2023 13:37
a873def
to
aa79981
Compare
Codecov Report
@@ Coverage Diff @@
## main #125 +/- ##
=======================================
+ Coverage 68.1% 70.7% +2.6%
=======================================
Files 75 80 +5
Lines 5066 5439 +373
=======================================
+ Hits 3451 3848 +397
+ Misses 1615 1591 -24
|
khaeru
force-pushed
the
enh/2023-W37
branch
3 times, most recently
from
September 19, 2023 06:47
7e06c7c
to
efb20ce
Compare
Loosely based on current message_data.model.transport.plot.
Collect logic within the class for adding necessary input keys to the graph.
khaeru
changed the title
Add a data provider for SSP Update data
Add a data providers for SSP data
Oct 12, 2023
khaeru
changed the title
Add a data providers for SSP data
Add data providers for SSP data
Oct 12, 2023
Files are generated from the output GDX file using: gdxdump MsgOutput_m_s.gdx Symbols | grep -E "Equ|Var" | \ cut -c5- | cut -d" " -f1 | \ xargs -I{} gdxdump MsgOutput_m_s.gdx CSVAllFields Symb={} \ Format=csv Output={}.csv gzip *.csv
…in cases where no data matches the query.
This was referenced Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mix-models ssp make-test-data
that preserves the structure of the original, but replaces the values with random floats..report.plot
submodule with a Plot class and five initial (sets of) plots including:.report.sim
.add_simulated_solution()
. These are excluded from packaging.How to review
PR checklist