Skip to content

Commit

Permalink
Update CCG code in test data
Browse files Browse the repository at this point in the history
The old CCG does not exist in ccgs_2020
  • Loading branch information
inglesp committed May 1, 2023
1 parent 8685a30 commit e48f420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebmdatalab/tests/test_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def test_maps():
"""This test just tests nothing fails at the moment
"""
df = pd.DataFrame([["99P", 0.3], ["13T", 1.2]], columns=["pct", "val"])
df = pd.DataFrame([["11M", 0.3], ["13T", 1.2]], columns=["pct", "val"])
plt = maps.ccg_map(df, title="foo", column="val")
with tempfile.NamedTemporaryFile() as f:
plt.savefig(f.name, format="png", dpi=300, bbox_inches="tight")

0 comments on commit e48f420

Please sign in to comment.