Skip to content

Commit

Permalink
remove notebooks for passing of PR
Browse files Browse the repository at this point in the history
  • Loading branch information
AFg6K7h4fhy2 committed Oct 11, 2024
1 parent 0511527 commit f70c97d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 246 deletions.
2 changes: 1 addition & 1 deletion forecasttools/trajectories_to_quantiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def trajectories_to_quantiles(
+ [0.05 * elt for elt in range(1, 20)]
+ [0.975, 0.99]
)

# group trajectories based on timepoint_cols and id_cols
group_cols = (
timepoint_cols if id_cols is None else timepoint_cols + id_cols
)

# get quantiles across epiweek for forecast
quantile_results = trajectories.group_by(group_cols).agg(
[
Expand Down
203 changes: 0 additions & 203 deletions notebooks/example_fixes.py

This file was deleted.

42 changes: 0 additions & 42 deletions notebooks/explore_add_dates_to_idata.py

This file was deleted.

0 comments on commit f70c97d

Please sign in to comment.