Skip to content

Commit

Permalink
XYZDataset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Jul 22, 2024
1 parent 3bca7b6 commit ccfaa28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openqdc/datasets/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def __init__(
array_format: Optional[str] = "numpy",
level_of_theory: Optional[QmMethod] = None,
transform: Optional[Callable] = None,
skip_statistics: bool = False,
regressor_kwargs={
"solver_type": "linear",
"sub_sample": None,
Expand Down Expand Up @@ -67,6 +68,7 @@ def __init__(
self.recompute_statistics = True
self.refit_e0s = True
self.energy_type = energy_type
self.skip_statistics = skip_statistics
self.__energy_unit__ = energy_unit
self._original_unit = self.energy_unit
self.__distance_unit__ = distance_unit
Expand Down

0 comments on commit ccfaa28

Please sign in to comment.