Skip to content

Commit

Permalink
Remove assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Jun 13, 2024
1 parent b31cf7b commit 36eca52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parakeet/simulate/_cbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def simulation_factory(
if multiprocessing is None:
multiprocessing = {"device": "gpu", "nproc": 1, "gpu_id": 0}
else:
assert multiprocessing["nproc"] in [None, 1]
# assert multiprocessing["nproc"] in [None, 1]
assert len(multiprocessing["gpu_id"]) == 1

# Create the simulation
Expand Down

0 comments on commit 36eca52

Please sign in to comment.