Skip to content

Commit

Permalink
changing multiprocessing back to multiprocessing_on_dill
Browse files Browse the repository at this point in the history
  • Loading branch information
bayc committed Aug 1, 2023
1 parent ace50cd commit 4154060
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hopp/simulation/technologies/layout/flicker_mismatch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from typing import List, Union, Optional, Sequence
import multiprocessing as mp
import multiprocessing_on_dill as mp
from pathlib import Path
import functools
import copy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
from pathlib import Path
from itertools import product
import multiprocessing as mp
import multiprocessing_on_dill as mp
from typing import Union
import numpy as np
import matplotlib.pyplot as plt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ hybridbosse
lcoe
lxml
matplotlib
multiprocessing-on-dill
nevergrad
nlopt
numpy
Expand Down

0 comments on commit 4154060

Please sign in to comment.