Skip to content

Commit

Permalink
(core) remove old leftover printout per #17
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored May 8, 2024
1 parent b3bec04 commit 710ec55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ def calculate_KS2022_randomSolutions(
metaList.append(meta)

elif mode == 'parallel':
print(pairedInputAndSettings)
descList, metaList = zip(*process_map(
wrapper_KS2022_randomSolutions_generate_descriptor,
pairedInputAndSettings,
Expand Down

0 comments on commit 710ec55

Please sign in to comment.