Skip to content

Commit da66ed3

Browse files
committed
add a "Begin Solver" to make the tests happy
1 parent 2eceeda commit da66ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • TestCases/py_wrapper/custom_heat_flux

TestCases/py_wrapper/custom_heat_flux/run_ad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def main():
239239

240240
# Print results for the regression script to check.
241241
if rank == 0:
242-
print("\n")
242+
print("\n------------------------------ Begin Solver -----------------------------")
243243
print(100, 100, sens_size_fd / 100, sens_size / 100, sens_temp)
244244

245245
if __name__ == '__main__':

0 commit comments

Comments
 (0)