Skip to content

Commit

Permalink
20240318, no need to deepcopy when report()
Browse files Browse the repository at this point in the history
  • Loading branch information
matheme-justyn committed Mar 18, 2024
1 parent 16206bf commit af8ea0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PETsARD/reporter/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ def create(self, data: dict = None) -> None:
)
return
else:
rpt_data = deepcopy(rpt_data)

full_expt_name: str = '_'.join([
f"{idx_tuple[i]}[{idx_tuple[i+1]}]"
for i in range(0, len(idx_tuple), 2)
Expand Down

0 comments on commit af8ea0d

Please sign in to comment.