Skip to content

Commit

Permalink
Update comments pace.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneeshers authored Jun 4, 2024
1 parent d1e19ac commit 147635e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pace.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import matplotlib.pyplot as plt
import torch

# We depend on Erfi function, but python.special currently has no implementation.
# We depend on Erfi function, but torch.special currently has no implementation.
# We instead modify and rely on https://github.com/redsnic/torch_erf

def polyval(x,coeffs):
Expand Down Expand Up @@ -294,4 +294,4 @@ def step(self):

PACEOPT.__name__ += Base.__name__

return PACEOPT
return PACEOPT

0 comments on commit 147635e

Please sign in to comment.