Skip to content

Commit

Permalink
Re-factor costs.py into nemo/costs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Dec 9, 2024
1 parent 42a77a1 commit 67156e4
Show file tree
Hide file tree
Showing 14 changed files with 1,426 additions and 1,339 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ prof: nemo.prof
lineprof: stub.py
kernprof -v -l stub.py

LINTSRC=evolve replay summary $(wildcard *.py awklite/*.py nemo/*.py tests/*.py)
LINTSRC=evolve replay summary $(wildcard *.py awklite/*.py nemo/*.py nemo/costs/*.py tests/*.py)

flake8: envset
flake8 $(LINTSRC) --ignore=N801
Expand Down
Loading

0 comments on commit 67156e4

Please sign in to comment.