Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lucventurini committed Mar 30, 2020
1 parent ffb13e7 commit e526a35
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Mikado/scales/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,6 @@ def __init__(self, index: str, args: Namespace, queue, log_queue):
failed = set()
self.args = args
self.log_queue = log_queue
for key, item in self.args.__dict__.items():
try:
pickle.dumps(item)
except (TypeError, RuntimeError):
failed.add((key, item))
if failed:
raise TypeError(failed)

def run(self):
try:
Expand Down

0 comments on commit e526a35

Please sign in to comment.