Skip to content
Snippets Groups Projects
Commit b3d6d203 authored by fleur's avatar fleur
Browse files

i'll make my own code style it'll be terrible

parent 8f78143e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ alpha = 2 ...@@ -59,6 +59,7 @@ alpha = 2
beta = 3 beta = 3
betadash = beta / (alpha + beta) betadash = beta / (alpha + beta)
def update_history(datasets): def update_history(datasets):
global history, moving_average, alpha, beta, last_sample_count global history, moving_average, alpha, beta, last_sample_count
last_sample_count = len(datasets) last_sample_count = len(datasets)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment