Skip to content

Commit

Permalink
Fix a copy-and-paste error in example stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 18, 2024
1 parent 7ba1573 commit 9517570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/community/training/debugging/real-world-stories.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Traceback (most recent call last):
File "./run_model_simulations.py", line 633, in <module>
File "./run_model_simulations.py", line 56, in main
results = run_simulations(
File "./run_model_simulations.py", line 283, in run_simulations
return extract_results_tables(ctx, results)
File "./run_model_simulations.py", line 282, in run_simulations
results = pypfilt.fit(ctx, filename=filename)
File "venv/lib/python3.10/site-packages/pypfilt/__init__.py", line 536, in fit
ctx.component['summary'].save_forecasts(ctx, results, filepath)
File "venv/lib/python3.10/site-packages/pypfilt/summary.py", line 1523, in save_forecasts
Expand Down

0 comments on commit 9517570

Please sign in to comment.