Skip to content
Snippets Groups Projects
Commit a80b6de4 authored by Colm Talbot's avatar Colm Talbot
Browse files

Merge branch 'make-info-statement-debug' into 'master'

make info message a debug

See merge request !588
parents f76d9c34 c5a03a6c
No related branches found
No related tags found
1 merge request!588make info message a debug
Pipeline #78198 passed
......@@ -119,7 +119,7 @@ class GravitationalWaveTransient(likelihood.Likelihood):
minimum=- self._delta_tc / 2, maximum=self._delta_tc / 2,
boundary='periodic')
elif self.jitter_time:
logger.info(
logger.debug(
"Time jittering requested with non-time-marginalised "
"likelihood, ignoring.")
self.jitter_time = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment