Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sradc committed Oct 3, 2023
1 parent 33ff59c commit 45dd35d
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 @@ -4,7 +4,7 @@ format:
&& poetry run isort --profile black .

test:
poetry run python -m pytest --cov=lr_schedules tests
poetry run python -m pytest --cov=make_agents tests

# Runs the nb, to generate output / figures
execute_readme:
Expand Down

0 comments on commit 45dd35d

Please sign in to comment.