mrciffa

Results 5 comments of mrciffa

Got the same problem and fixed in the same way

example_samples.json is the solution file for testing porpouse

Didn't read about that, thanks

Yes from source it works thanks

After importing and change from multiprocessing to multiprocess. What worked for me was to use this **windows machine:** ``` import threading class TimeoutException(Exception): pass @contextlib.contextmanager def time_limit(seconds: float): timer =...