Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jan 14, 2024
1 parent b9b468e commit 5867cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treecorr/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -2741,7 +2741,7 @@ def __getstate__(self):

def __setstate__(self, d):
self.__dict__ = d
if self._logger_name is not None:
if self._logger_name is not None: # pragma: no branch
self.logger = setup_logger(get(self.config,'verbose',int,1),
self.config.get('log_file',None), self._logger_name)
self._field = lambda : None
Expand Down

0 comments on commit 5867cc5

Please sign in to comment.