Skip to content

Commit

Permalink
Blacken code
Browse files Browse the repository at this point in the history
  • Loading branch information
poneill129 committed Sep 13, 2023
1 parent 0556b2e commit 1b805d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pint/models/stand_alone_psr_binaries/BT_piecewise.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def setup_internal_structures(self, valDict=None):

# Uses the index for each toa array to create arrays where elements are the A1X/T0X to use with that toa
if len(self.piecewise_parameter_information) > 0:
if hasattr(self,'_t'):
if hasattr(self, "_t"):
self.group_index_array = self.toa_belongs_in_group(self._t)

(
Expand Down

0 comments on commit 1b805d4

Please sign in to comment.