Skip to content

Commit

Permalink
#573: whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppebay committed Dec 26, 2024
1 parent 10383a9 commit e4a23a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lbaf/IO/lbsVTDataReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def _load_vt_file(self, rank_id: int):

# Return rank ID and data dictionary
return rank_id, decompressed_dict

def _populate_rank(self, phase_id: int, rank_id: int) -> Tuple[Rank,dict]:

Check notice on line 202 in src/lbaf/IO/lbsVTDataReader.py

View workflow job for this annotation

GitHub Actions / code-quality (ubuntu-latest, 3.8)

Too many local variables (38/15) (too-many-locals)

Check notice on line 202 in src/lbaf/IO/lbsVTDataReader.py

View workflow job for this annotation

GitHub Actions / code-quality (ubuntu-latest, 3.8)

Too many branches (18/12) (too-many-branches)

Check notice on line 202 in src/lbaf/IO/lbsVTDataReader.py

View workflow job for this annotation

GitHub Actions / code-quality (ubuntu-latest, 3.8)

Too many statements (63/50) (too-many-statements)
""" Populate rank and its communicator in phase using the JSON content."""

Expand Down

0 comments on commit e4a23a5

Please sign in to comment.