Skip to content

Commit

Permalink
Tune evaluation.
Browse files Browse the repository at this point in the history
  • Loading branch information
petur committed Nov 24, 2024
1 parent 6da0d4c commit 6b71cc6
Show file tree
Hide file tree
Showing 3 changed files with 717 additions and 717 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/20240903-174427.csv
./seawall.tune < filtered/20241124-171359.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*.csv | shuf > "filtered/$(date '+%Y%m%d-%H%M%S').csv"
sort -u -k 1,4 samples/2024{09*,10*,11*}.csv | shuf > "filtered/$(date '+%Y%m%d-%H%M%S').csv"
Loading

0 comments on commit 6b71cc6

Please sign in to comment.