Skip to content

Commit

Permalink
testing stack overflow suggestion 1
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed Sep 18, 2024
1 parent 199903d commit b8c231d
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# For details, see https://github.com/OpenFreeEnergy/konnektor

import functools
import logging
import multiprocessing as mult

from gufe import AtomMapper, AtomMapping
Expand All @@ -25,6 +24,13 @@ def thread_mapping(args) -> list[AtomMapping]:
return a list of scored atom mappings
"""
import functools
import multiprocessing as mult

from gufe import AtomMapper, AtomMapping
from gufe import SmallMoleculeComponent
from tqdm.auto import tqdm

jobID, compound_pairs, mappers, scorer = args

mappings = []
Expand Down

0 comments on commit b8c231d

Please sign in to comment.