Skip to content

Commit 1bf5863

Browse files
committed
[master] v 0.1.2
1 parent 5f6799b commit 1bf5863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py_replay_bg/tests/test_plot_replay_bg_intervals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_replay_bg():
9999
data = load_test_data(day=day)
100100

101101
# This is to allow "playing" with the original inputs and see what happens
102-
data.cho = data.cho*1.4
102+
data.cho = data.cho*1
103103
data.basal = data.basal*1
104104
data.bolus = data.bolus * 1
105105

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "py_replay_bg"
12-
version = "0.1.1"
12+
version = "0.1.2"
1313
authors = [
1414
{ name="Giacomo Cappon", email="cappongiacomo@gmail.com" },
1515
]

0 commit comments

Comments
 (0)