hghcomphys / pantea

A Python library for developing machine learning interatomic potentials, based on Google JAX.

Home Page:https://pantea.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove the dtype initialization from the class constructors

hghcomphys opened this issue · comments

The dtype cannot be correctly updated as input argument in some classes after importing the module.
It must be set before the importing which doesn't sound right.