Skip to content

Commit

Permalink
remove testing
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Apr 23, 2024
1 parent b993003 commit 2b05bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/pycbc_live
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ with ctx:
estimators.append(Coincer.from_cli(
args, len(bank), args.analysis_chunk, list(combo)
))
import multiprocessing

my_coinc_id = 999999
def set_coinc_id(i):
global my_coinc_id
Expand Down
5 changes: 2 additions & 3 deletions pycbc/events/coinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
from datetime import datetime as dt
import time
import threading
import multiprocessing

from pycbc.detector import Detector, ppdets
from pycbc.conversions import mchirp_from_mass1_mass2
Expand Down Expand Up @@ -1405,8 +1404,8 @@ def start_refresh_thread(self):
daemon=True
)
logger.info(
"Starting %s statistic refresh thread, %s",
''.join(self.ifos), multiprocessing.current_process().name,
"Starting %s statistic refresh thread",
''.join(self.ifos),
)
thread.start()

Expand Down

0 comments on commit 2b05bd2

Please sign in to comment.