Skip to content

Commit

Permalink
print messages update
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Peng committed Oct 9, 2023
1 parent 2208a68 commit 66db92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compare_detector_parameter_table
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ if __name__ == '__main__':
print('These det table components are missing in the sim table:')
print(df_mis)
if len(df_ext) > 0:
print('These sim table components do not match with the det table:')
print('These sim table components are not found in the det table:')
print(df_ext)
if len(values) > 0:
print('These values are mismatched in the tables:')
print('These values are mismatched between the two tables:')
print(json.dumps(values, indent=4))

report['stats'] = dict(
Expand Down

0 comments on commit 66db92d

Please sign in to comment.