Skip to content

Commit

Permalink
Add instruction on how to run mypy test locally when it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Oct 9, 2022
1 parent da80895 commit 543c69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_mypy.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
"These files did not fail before, so please check the above output"
f" for errors in {unexpected_failing} and fix them."
)
print("!!!!!!!!!")
print("You can run `python scripts/run_mypy.py --verbose` to reproduce this test locally.")
sys.exit(1)

if unexpected_passing == {"pymc/sampling_jax.py"}:
Expand Down

0 comments on commit 543c69b

Please sign in to comment.