From 8dc79c9fb71295bb8cadf258756d7ca9b9321083 Mon Sep 17 00:00:00 2001 From: "Shahin M. Shahin" <41402573+peregrineshahin@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:51:02 +0300 Subject: [PATCH] Fix fishtest related issue This is a workaround for server NNUE files related issues, to not await on Fishtest indefinitely we can flip the order of the lines to match Fishtest regexes such that the big net is considered the main net instead of the small net so the new big nets appear in the repo as tested. and we fix test_view. No functional change --- src/evaluate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evaluate.h b/src/evaluate.h index 53928bf6494..43563685ab7 100644 --- a/src/evaluate.h +++ b/src/evaluate.h @@ -39,8 +39,8 @@ Value evaluate(const Position& pos, int optimism); // The default net name MUST follow the format nn-[SHA256 first 12 digits].nnue // for the build process (profile-build and fishtest) to work. Do not change the // name of the macro, as it is used in the Makefile. -#define EvalFileDefaultNameBig "nn-b1a57edbea57.nnue" #define EvalFileDefaultNameSmall "nn-baff1ede1f90.nnue" +#define EvalFileDefaultNameBig "nn-b1a57edbea57.nnue" struct EvalFile { // UCI option name