Skip to content

Commit

Permalink
error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatRSingh committed Dec 14, 2023
1 parent 5ecca68 commit 0fabbe5
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 0fabbe5

Please sign in to comment.