Skip to content

Commit

Permalink
feat(tests): add UT for binding constraint ts numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 18, 2024
1 parent 0537d67 commit 58cdeeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified examples/studies/STA-mini.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions tests/storage/integration/test_STA_mini.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ def test_sta_mini_input(storage_service, url: str, expected_output: dict):
"/v1/studies/STA-mini/raw?path=output/20241807-1540eco-extra-outputs/economy/mc-all/areas/@ all areas/id-annual",
set_id_annual,
),
(
"/v1/studies/STA-mini/raw?path=output/20241807-1540eco-extra-outputs/ts-numbers/bindingconstraints/default",
[1],
),
(
"/v1/studies/STA-mini/raw?path=output/20201014-1422eco-hello/annualSystemCost",
b"EXP : 185808000\nSTD : 0\nMIN : 185808000\nMAX : 185808000\n",
Expand Down

0 comments on commit 58cdeeb

Please sign in to comment.