Skip to content

Commit

Permalink
Merge pull request #41 from MLecardonnel/feature/update_accidents
Browse files Browse the repository at this point in the history
Fix readthedocs dates.
  • Loading branch information
ThomasBouche authored Mar 2, 2023
2 parents 24e52c1 + 1dfb4f4 commit 31ab98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/Eurybia_report_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
SD.generate_report(
output_file=os.path.join(cur_dir, "report.html"),
title_story="Model drift Report",
title_description="""US Car accident model drift 2020""",
title_description="""US Car accident model drift 2021""",
project_info_file=os.path.join(
Path(os.path.abspath(__file__)).parent.parent, "eurybia/data", "project_info_car_accident.yml"
),
Expand Down

0 comments on commit 31ab98b

Please sign in to comment.