Skip to content

Commit

Permalink
Fixed a bug in CGM
Browse files Browse the repository at this point in the history
  • Loading branch information
TrafficCop committed Feb 29, 2024
1 parent 4e791a6 commit 0b9fa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wearipedia/devices/nutrisense/cgm_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def gen_data(start_date, end_date, seed=0):
summary = gen_summary(Y)
stat = {
"today": gen_stats(Y),
"average": gen_stats(Y, weekly=True, seed=seed),
"average": gen_stats(Y, weekly=True),
}
return (scores, continuous, summary, stat)

Expand Down

0 comments on commit 0b9fa0a

Please sign in to comment.