Skip to content

Commit

Permalink
Try deepdiff version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Sep 3, 2024
1 parent fb7d345 commit 7666206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
test = [
"coverage[toml] >=5.2.1, ==5.*",
"cram >=0.7, ==0.*",
"deepdiff[cli] >=7.0.0, ==7.*",
"deepdiff[cli] >=8.0.0, ==8.*",
"flake8 >=3.9.0, ==3.*",
"pylint >=2.14.5, ==2.*",
]
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/forecast.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Forecast frequencies with a model trained on simulated data.
> --model data/simulated_sample_1/normalized_fitness.json \
> --delta-months 12 \
> --output-table "$TMP/forecasts.tsv" > /dev/null
$ deep diff --math-epsilon 0.000001 --significant-digits 6 "data/simulated_sample_1/forecasts.tsv" "$TMP/forecasts.tsv"
$ deep diff --significant-digits 6 "data/simulated_sample_1/forecasts.tsv" "$TMP/forecasts.tsv"
{}
$ rm -f "$TMP/forecasts.tsv"

Expand Down

0 comments on commit 7666206

Please sign in to comment.