Skip to content

Commit

Permalink
add message to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Jan 19, 2024
1 parent 3445ea0 commit d447562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qsprpred/extra/data/utils/testing/path_mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ def getAllDescriptors(cls) -> list[DescriptorSet]:
ExtendedValenceSignature(1),
]
if platform.system() != "Darwin":
ret.append(Mold2())
else:
# not supported on macOS
logger.warning(
"Mold2 is not supported on macOS. "
"Skipping Mold2 descriptor set in tests."
)
ret.append(Mold2())
return ret

@classmethod
Expand Down

0 comments on commit d447562

Please sign in to comment.