Skip to content

Commit 1d85c99

Browse files
authored
Changes_v1_1_3
Changes v1 1 3
2 parents 22a6248 + f084a85 commit 1d85c99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/penn_chime/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
longer match current results, indicating when users should
88
re-run their reports
99
"""
10-
CHANGE_DATE = date(year=2020, month=4, day=6)
10+
CHANGE_DATE = date(year=2020, month=4, day=8)
1111
VERSION = 'v1.1.3'
1212

1313
DATE_FORMAT = "%b, %d" # see https://strftime.org

tests/penn_chime/test_charts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import altair as alt
55
import pytest
66

7-
from src.penn_chime.charts import (
7+
from penn_chime.charts import (
88
build_admits_chart,
99
build_census_chart,
1010
build_descriptions,

tests/penn_chime/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import numpy as np
66
from datetime import timedelta
77

8-
from src.penn_chime.models import (
8+
from penn_chime.models import (
99
sir,
1010
sim_sir,
1111
get_growth_rate,

tests/penn_chime/test_presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pytest
22

3-
from src.penn_chime.presentation import display_header
3+
from penn_chime.presentation import display_header
44

55

66
def header_test_helper(expected_str, model, param, mock_st):

0 commit comments

Comments
 (0)