Skip to content

Commit

Permalink
Fix dtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Scienfitz committed Mar 6, 2024
1 parent f9a5631 commit 65a27c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion baybe/utils/chemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"""chemistry dependencies. Please run "pip install 'baybe[chem]'"."""
)

_mordred_calculator = Calculator(descriptors)
from baybe.utils.numerical import DTypeFloatNumpy

_mordred_calculator = Calculator(descriptors, config=dict(dtype=DTypeFloatNumpy))


# Caching
Expand Down

0 comments on commit 65a27c6

Please sign in to comment.