Skip to content

Commit 5f0fb81

Browse files
committed
no new tests
Signed-off-by: vince <vince.white@zepben.com>
1 parent 7de94c8 commit 5f0fb81

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test/test_eas_client.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,7 @@ def hosting_capacity_run_calibration_with_calibration_time_request_handler(reque
753753
'fixUndersizedServiceLines': None,
754754
'genVMaxPu': None,
755755
'genVMinPu': None,
756+
'inverterControlConfig': None,
756757
'loadIntervalLengthHours': None,
757758
'loadModel': None,
758759
'loadPlacement': None,
@@ -860,6 +861,7 @@ def hosting_capacity_run_calibration_with_generator_config_request_handler(reque
860861
'fixUndersizedServiceLines': None,
861862
'genVMaxPu': None,
862863
'genVMinPu': None,
864+
'inverterControlConfig': None,
863865
'loadIntervalLengthHours': None,
864866
'loadModel': None,
865867
'loadPlacement': None,
@@ -961,6 +963,7 @@ def hosting_capacity_run_calibration_with_partial_model_config_request_handler(r
961963
'fixUndersizedServiceLines': None,
962964
'genVMaxPu': None,
963965
'genVMinPu': None,
966+
'inverterControlConfig': None,
964967
'loadIntervalLengthHours': None,
965968
'loadModel': None,
966969
'loadPlacement': None,
@@ -1169,7 +1172,8 @@ def run_opendss_export_request_handler(request):
11691172
"useSpanLevelThreshold": True,
11701173
"ratingThreshold": 20.0,
11711174
"simplifyPLSIThreshold": 20.0,
1172-
"emergAmpScaling": 1.8
1175+
"emergAmpScaling": 1.8,
1176+
'inverterControlConfig': None
11731177
},
11741178
"solve": {
11751179
"normVMinPu": 0.9,
@@ -1464,6 +1468,11 @@ def test_run_opendss_export_valid_certificate_success(ca: trustme.CA, httpserver
14641468
ratingThreshold
14651469
simplifyPLSIThreshold
14661470
emergAmpScaling
1471+
inverterControlConfig {
1472+
cutOffDate
1473+
beforeCutOffProfile
1474+
afterCutOffProfile
1475+
}
14671476
}
14681477
solve {
14691478
normVMinPu

0 commit comments

Comments
 (0)