Skip to content

Commit

Permalink
rename param to purchase_history
Browse files Browse the repository at this point in the history
  • Loading branch information
ColtAllen committed Oct 24, 2024
1 parent 794e91c commit 0ec4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clv/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_plot_expected_purchases(
) -> None:
ax = plot_expected_purchases(
model=mock_model,
transactions=cdnow_trans,
purchase_history=cdnow_trans,
customer_id_col="id",
datetime_col="date",
datetime_format="%Y%m%d",
Expand Down

0 comments on commit 0ec4b2c

Please sign in to comment.