Skip to content

Commit

Permalink
fixed connectivity check if running without threading
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasGebauer committed Feb 3, 2023
1 parent da6bc20 commit 724ddc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schnetpack_gschnet/data/datamodule.py
Expand Up @@ -235,6 +235,8 @@ def setup(self, stage: Optional[str] = None):
dataset.datapath,
self.placement_cutoff,
dataset.distance_conversion,
self.use_covalent_radii,
self.covalent_radius_factor,
)
)
if not res:
Expand Down

0 comments on commit 724ddc6

Please sign in to comment.