-
Notifications
You must be signed in to change notification settings - Fork 141
Revision/simplify indexes #1158
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
Draft
p-snft
wants to merge
39
commits into
dev
Choose a base branch
from
revision/simplify_indexes
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
1d810a8
Simplify EnergySystem class
p-snft 0a012c0
Move test_views from init file to regular file
p-snft 0e0f81a
Always create EnergySystem.tsa_parameters
p-snft 0cfa002
Clean periods from Model and Flow class
p-snft 4f4dcfd
Remove Multi-Period optimisation from InvestFlows
p-snft 0665fe7
Adhere to Black
p-snft 09e4618
Rename InvestmentFlowBlock.invest to .added_capacity
p-snft 362ec01
Delete _extract_multi_period_model_result from processing
p-snft 63b214f
Introduce placeholder for multi-period investment
p-snft 1901a83
Update "PERIOD_INDEXES" constant in processing
p-snft 3974781
Make tsam example consistent
p-snft b6665b5
Do not return empty "scalars" in result dict
p-snft c5dee34
Simplyfiy debugging of Flow tests
p-snft 641b56d
Merge branch 'dev' into revision/simplify_indexes
p-snft 7277caf
Let views check if scalars exist
p-snft c0bef32
Set correct number of time steps for non-time-aggregated model
p-snft 9a01b37
Start adjusting storage to new scheme
p-snft d37d200
Adhere to Black
p-snft 8f349cb
Revert renaming invest to added_capacity
p-snft 32e880c
Fix length of non-TSA model
p-snft 0eb1d29
Delete outdated multi-period tests
p-snft 41f8490
Fix import order
p-snft e5ce613
Fix SimpleFlow tests
p-snft 735070c
Merge branch 'dev' into revision/simplify_indexes
p-snft 2057018
Always give scalars in result processing
p-snft 14b8d7a
Remove remains of multi-period-mode from GenericStorage
p-snft adf55bb
Merge branch 'dev' into revision/simplify_indexes
p-snft b922383
Collect storage investment results
p-snft b4f3753
Merge branch 'dev' into revision/simplify_indexes
p-snft c3277f8
Rename INVESTMENT_PERIODS to CAPACITY_PERIODS
p-snft a60ed11
Allow empty initialisation of EnergySystem
p-snft 2a2048e
Rename test_outputlib/test_processing.py
p-snft 6faf4fd
Fix file docstring
p-snft 166c3bc
Adhere to Black
p-snft 5f8f9f0
Move TSA "tests" to examples
p-snft 6261c60
Move calculation of TSA occurences to model
p-snft 8502eef
Fix variable_costs wrongly considered
p-snft 54a9590
Fix model tests
p-snft bd771b8
Rename storage content variables
p-snft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Check warning
Code scanning / CodeQL
Constant in conditional expression or statement Warning