Ongoing list of Data Validation & Default Settings #396
Replies: 7 comments
-
This will only make sense after multi-year investment is implemented (maybe we need an issue for that?) because otherwise there are no vectors in the input data, except for profiles and partitions. |
Beta Was this translation helpful? Give feedback.
-
Hmm you're sure it won't make sense till multi-year? By the schedule we won't do multi-year until M3... |
Beta Was this translation helpful? Give feedback.
-
I don't see how it can be done right now, because there is nothing to be checked. A single |
Beta Was this translation helpful? Give feedback.
-
I used the multi-year as an off-the-cuff example. There could be others. Maybe we should create an epic issue for checks like this, and collect all ideas there. We can start working on them once the ideas start becoming important. I'm primarily worried about forgetting about details like this. So if you think an issue is not the right place to record them, I'm fine recording them elsewhere as long as nothing slips through the cracks. |
Beta Was this translation helpful? Give feedback.
-
Consistency checks for connections of the assets: We shouldn't allow a transport asset to be the charging flow for a storage asset (but double-check). |
Beta Was this translation helpful? Give feedback.
-
We need to add the following validations:
|
Beta Was this translation helpful? Give feedback.
-
Has been moved to #461 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For model data structures in src/structures.jl like
GraphAssetData
, as we use more complex data, we should check for consistency. E.g. if we makeGraphAssetData.investable
an array of years,investment_cost
should also be an array of equal length.Beta Was this translation helpful? Give feedback.
All reactions