Skip to content

Commit

Permalink
Merge pull request deepchem#3718 from GreatRSingh/patch-2
Browse files Browse the repository at this point in the history
error fix in safeops
  • Loading branch information
rbharath authored Dec 14, 2023
2 parents 7736726 + 0fabbe5 commit ce19366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepchem/utils/safeops_utils.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import math
import torch
from typing import Union, Optional, Tuple
from deepchem.utils.dft_utils import ZType

eps = 1e-12
ZType = Union[int, float, torch.Tensor]

# safe operations

Expand Down

0 comments on commit ce19366

Please sign in to comment.