Skip to content

Commit

Permalink
fix mypy path
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenharry committed Nov 18, 2023
1 parent 21eff81 commit 05a7731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_VERSION = $(shell python setup.py --version)

test:
JAX_PLATFORM_NAME=cpu pytest --benchmark-disable
mypy mclmc/sampling/sampler.py
mypy mclmc/sampler.py

set-bench:
pytest --benchmark-autosave
Expand Down

0 comments on commit 05a7731

Please sign in to comment.