Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhoffa committed Jan 23, 2024
1 parent a742842 commit d8f36d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot_emission_intensity.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
# throws expected warning about API change

The `data` argument of `plot_emission_intensity()` must be prepped already as of r2dii.plot 0.4.0.
i From the next release you will need to call `r2dii.plot::plot_emission_intensity(data)` prior to calling `r2dii.plot::plot_emission_intensity()`.
i From the next release you will need to call `r2dii.plot::prep_emission_intensity(data)` prior to calling `r2dii.plot::plot_emission_intensity()`.
i Alternatively custom data preparation will also become possible.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot_techmix.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
# throws expected warning about API change

The `data` argument of `plot_techmix()` must be prepped already as of r2dii.plot 0.4.0.
i From the next release you will need to call `r2dii.plot::plot_techmix(data)` prior to calling `r2dii.plot::plot_techmix()`.
i From the next release you will need to call `r2dii.plot::prep_techmix(data)` prior to calling `r2dii.plot::plot_techmix()`.
i Alternatively custom data preparation will also become possible.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/plot_trajectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
# throws expected warning about API change

The `data` argument of `plot_trajectory()` must be prepped already as of r2dii.plot 0.4.0.
i From the next release you will need to call `r2dii.plot::plot_trajectory(data)` prior to calling `r2dii.plot::plot_trajectory()`.
i From the next release you will need to call `r2dii.plot::prep_trajectory(data)` prior to calling `r2dii.plot::plot_trajectory()`.
i Alternatively custom data preparation will also become possible.

0 comments on commit d8f36d7

Please sign in to comment.