Skip to content

Commit

Permalink
Enabled parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHls committed Oct 16, 2023
1 parent d2b0306 commit 5fbc76f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tardis/montecarlo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,6 @@ def __init__(

# Set number of threads
self.nthreads = nthreads
if self.nthreads != 1:
raise ValueError(
"""TARDIS parallelization is not working correctly at the moment and is hence disabled.
Please see issue https://github.com/tardis-sn/tardis/issues/2021.
"""
)

# set up logger based on config
mc_tracker.DEBUG_MODE = debug_packets
Expand Down

0 comments on commit 5fbc76f

Please sign in to comment.