Skip to content

Commit

Permalink
test: change scale
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Nov 21, 2024
1 parent 013bb55 commit af04ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scripts/test_deferred_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_perform_calculation_on_the_background(
"years": years,
"logger": None,
"background": True,
"scale": 1000,
"scale": None,
}

result = perform_calculation(**calculation_parms)
Expand Down

0 comments on commit af04ac0

Please sign in to comment.