Skip to content

Commit

Permalink
Tune evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
petur committed Feb 20, 2025
1 parent 7b9de19 commit 2a6012e
Show file tree
Hide file tree
Showing 3 changed files with 718 additions and 718 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test: seawall
./test.sh

tune: seawall.tune
./seawall.tune < filtered/20241124-171359.csv
./seawall.tune < filtered/20250213-195904.csv

seawall.tune: CPPFLAGS += -DTUNE=1
seawall.tune: RTTIFLAGS =
Expand Down
2 changes: 1 addition & 1 deletion filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -e

mkdir -p filtered
sort -u -k 1,4 samples/2024{09*,10*,11*}.csv | shuf > "filtered/$(date '+%Y%m%d-%H%M%S').csv"
sort -u -k 1,4 samples/{202412*,202501*,202502*}.csv | shuf > "filtered/$(date '+%Y%m%d-%H%M%S').csv"
Loading

0 comments on commit 2a6012e

Please sign in to comment.