File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def analytic(self):
117117 PRE_PROCESS [f"patch_ib({ ib_id } )%{ real_attr } " ] = ty
118118
119119 for vel_id in range (1 , 4 ):
120- PRE_PROCESS [f"patch_ib({ ib_id } )%vel({ vel_id } )" ] = ParamType .REAL
120+ PRE_PROCESS [f"patch_ib({ ib_id } )%vel({ vel_id } )" ] = ParamType .REAL
121121
122122 for cmp_id , cmp in enumerate (["x" , "y" , "z" ]):
123123 cmp_id += 1
@@ -348,7 +348,7 @@ def analytic(self):
348348 SIMULATION [f"patch_ib({ ib_id } )%{ real_attr } " ] = ty
349349
350350 for vel_id in range (1 , 4 ):
351- SIMULATION [f"patch_ib({ ib_id } )%vel({ vel_id } )" ] = ParamType .REAL
351+ SIMULATION [f"patch_ib({ ib_id } )%vel({ vel_id } )" ] = ParamType .REAL
352352
353353 for cmp_id , cmp in enumerate (["x" , "y" , "z" ]):
354354 cmp_id += 1
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ def __execute_job_script(qsystem: queues.QueueSystem):
136136def run (targets = None , case = None ):
137137 targets = get_targets (list (REQUIRED_TARGETS ) + (targets or ARG ("targets" )))
138138 case = case or input .load (ARG ("input" ), ARG ("--" ))
139-
139+
140140 build (targets )
141141
142142 cons .print ("[bold]Run[/bold]" )
You can’t perform that action at this time.
0 commit comments