Skip to content

Commit bae7210

Browse files
committed
Use rms damage
1 parent 7e91e3a commit bae7210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/autotune_dev.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function simulate(wcs::WCSettings; return_lg::Bool = false)
7575
return wcs, lg
7676
end
7777
# calculate the performance metrics
78-
-gamma(lg)
78+
-gamma(lg; rms=true)
7979
end
8080

8181

0 commit comments

Comments
 (0)