Skip to content

Commit

Permalink
Update ema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
elden1337 committed Oct 31, 2023
1 parent 50c04ba commit 575055d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

BASEFACTOR = 5.9204
BASEFACTOR = 4.9204

class EMA:
def __init__(self, len_avg, smoothing_exp=1, precision=0):
Expand Down

0 comments on commit 575055d

Please sign in to comment.