Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesulf committed Nov 19, 2024
1 parent 2a4b418 commit a9f3b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautilus/pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def __init__(self, pool, likelihood=None):
workers.
"""
print("iniating...")
if isinstance(pool, int):
self.pool = Pool(pool, initializer=initialize_worker,
initargs=(likelihood, ))
Expand Down

0 comments on commit a9f3b47

Please sign in to comment.