Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Nov 8, 2024
1 parent 2740bd9 commit a015079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/gw/source_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def test_unused_waveform_kwargs_message(self):
bilby.core.utils.log.logger.setLevel(logging.WARNING)
bilby.core.utils.log.logger.propagate = True

print("Parameters", self.parameters)

with self._caplog.at_level(logging.WARNING, logger="bilby"):
bilby.gw.source.lal_binary_black_hole(
self.frequency_array, **self.parameters
Expand Down

0 comments on commit a015079

Please sign in to comment.