hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

Refactoring of Jump and Drop models #865

Closed VargBurz closed 4 years ago

VargBurz commented 4 years ago

This PR adds parent Stair class for Jump and Drop models.

Motivation:

Jump and Drop models are almost identical. We need to remove code duplication which presents because Jump algorithm is a reverted Drop algorithm.

Changes:

jonyrock commented 4 years ago

what about "ExtremumType"