Skip to content

Commit

Permalink
FEAT: Change average type.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 29, 2025
1 parent ca2902f commit 7e1d901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faslr/demos/faveragebox_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
test_data = pd.DataFrame(
data=[
[True, "All-year Straight", "Straight", "9"],
[False, "All Years Excl. High/Low", "High/Low", None],
[False, "All Years Excl. High/Low", "Straight Excluding High/Low", None],
[False, "3-year Straight", "Straight", "3"],
[False, "5-year Straight", "Straight", "5"],
],
Expand Down

0 comments on commit 7e1d901

Please sign in to comment.