File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
tests/pyincore/analyses/indp Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ def run_with_base_class():
30
30
datasvc = DataService (client )
31
31
32
32
hazard_type = "earthquake"
33
- hazard_id = "5dfa3e36b9219c934b64c231" # 1000 yr eq
34
- hazard_id_dev = "5ba8f127ec2309043520906c" # 1000 yr eq dev
33
+ hazard_id = "5ba8f127ec2309043520906c" # 1000 yr eq
35
34
num_cpu = 8
36
35
sim_number = 2
37
36
sample_range = range (0 , sim_number )
@@ -273,7 +272,7 @@ def run_with_base_class():
273
272
bldg_dmg .set_input_dataset ("dfr3_mapping_set" , mapping_set )
274
273
bldg_dmg .set_parameter ("hazard_type" , hazard_type )
275
274
bldg_dmg .set_parameter ("num_cpu" , 4 )
276
- bldg_dmg .set_parameter ("hazard_id" , hazard_id_dev )
275
+ bldg_dmg .set_parameter ("hazard_id" , hazard_id )
277
276
bldg_dmg .set_parameter ("result_name" , result_name + "_bldg_dmg" )
278
277
bldg_dmg .run_analysis ()
279
278
building_dmg_result = bldg_dmg .get_output_dataset ("ds_result" )
You can’t perform that action at this time.
0 commit comments