Skip to content

Commit d54c625

Browse files
committed
build: update Makefile README.md pyproject.toml requirements-dev.txt requirements.txt requirements/dev.in setup.cfg from main
1 parent 0951ee4 commit d54c625

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,12 @@ graphs:
5454
gprof2dot -f pstats prof/test_soil_location.prof | dot -Tsvg -o prof/test_soil_location.svg
5555
flameprof prof/test_soil_location.prof > prof/test_soil_location_flame.svg
5656

57-
generate_bulk_test_results_us:
57+
generate_bulk_test_results:
5858
python -m soil_id.tests.us.generate_bulk_test_results
5959

60-
process_bulk_test_results_us:
60+
process_bulk_test_results:
6161
python -m soil_id.tests.us.process_bulk_test_results $(RESULTS_FILE)
6262

63-
generate_bulk_test_results_global:
64-
python -m soil_id.tests.global.generate_bulk_test_results
65-
66-
process_bulk_test_results_global:
67-
python -m soil_id.tests.global.process_bulk_test_results $(RESULTS_FILE)
68-
6963
# Donwload Munsell CSV, SHX, SHP, SBX, SBN, PRJ, DBF
7064
download-soil-data:
7165
mkdir -p Data

0 commit comments

Comments
 (0)