Skip to content

Commit

Permalink
#578: fixed incorrect indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Dec 24, 2024
1 parent b8e7d25 commit 0e68864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/IO/lbsVTDataWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def _json_serializer(self, rank_phases_double) -> str:
homed_ratio = -1.0
if not math.isnan(it_r.get_homed_blocks_ratio()):
homed_ratio = it_r.get_homed_blocks_ratio()
iteration_data["user_defined"]["num_homed_ratio"] = homed_ratio
iteration_data["user_defined"]["num_homed_ratio"] = homed_ratio

# Add communication data if present
communications = self.__get_communications(it, it_r)
Expand Down

0 comments on commit 0e68864

Please sign in to comment.