Skip to content

Commit

Permalink
removing unneeded package
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryDayHall committed Sep 29, 2023
1 parent 4d5f4fa commit aa1fdfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_ParallelFormJets.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" Module to test the code in ParallelFormJets"""
import psutil
import multiprocessing
import pytest
import numpy.testing as tst
import shutil
Expand Down Expand Up @@ -217,7 +217,7 @@ def test_generate_pool():
end_time = time.time() + 100
jet_class = FormJets.Spectral
jet_params = {"Bark": 3}
n_cores = psutil.cpu_count()
n_cores = multiprocessing.cpu_count()
function = lambda x: x
found = ParallelFormJets.generate_pool(eventWise_path, function,
function_args=[jet_class, "Bali", jet_params],
Expand Down

0 comments on commit aa1fdfc

Please sign in to comment.