yongminkim0501 commented on code in PR #93: URL: https://github.com/apache/otava/pull/93#discussion_r2484143937
########## otava/series.py: ########## @@ -32,26 +33,11 @@ ) -@dataclass -class AnalysisOptions: - window_len: int - max_pvalue: float - min_magnitude: float - orig_edivisive: bool - - def __init__(self): - self.window_len = 50 - self.max_pvalue = 0.001 - self.min_magnitude = 0.0 - self.orig_edivisive = False - - def to_json(self): Review Comment: I’ve applied the requested changes and pushed a possible fix for the suspected error. I’d appreciate it if you could take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
