Closed amiasato closed 1 year ago
Very minor bugfix. EMA intermediate results were almost pure noise and it was probably due to the ignore set being wrong - the set(str) constructor created a set with each char of the string instead of creating a set with a single string.
set(str)
@amiasato oh shoot! thank you
Very minor bugfix. EMA intermediate results were almost pure noise and it was probably due to the ignore set being wrong - the
set(str)
constructor created a set with each char of the string instead of creating a set with a single string.