Skip to content

Commit

Permalink
Formatting and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Sep 19, 2024
1 parent aca5048 commit e6b4a62
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 417 deletions.
4 changes: 3 additions & 1 deletion swiftsimio/masks.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def __init__(self, metadata: SWIFTMetadata, spatial_only=True):
self.spatial_only = spatial_only

if not self.metadata.masking_valid:
raise NotImplementedError(f"Masking not supported for {self.metadata.output_type} filetype")
raise NotImplementedError(
f"Masking not supported for {self.metadata.output_type} filetype"
)

if self.metadata.partial_snapshot:
raise InvalidSnapshot(
Expand Down
Loading

0 comments on commit e6b4a62

Please sign in to comment.