Skip to content

Commit

Permalink
remove macOS specific setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 23, 2024
1 parent 0a66e31 commit a9ef688
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
# %% [markdown]
# ## Section 0: Imports and Setup

# %%
# Set start method for MacOS
import multiprocessing

multiprocessing.set_start_method("fork", force=True)

# %% [markdown]
# ## Import Packages
# %%
Expand Down

0 comments on commit a9ef688

Please sign in to comment.