From ec179af813dd294e152e758e2a96b9bef7f6d0ae Mon Sep 17 00:00:00 2001 From: contramundum53 Date: Fri, 25 Aug 2023 20:13:48 +0900 Subject: [PATCH] Rename _gp.py to gp.py --- optuna_dashboard/preferential/samplers/{_gp.py => gp.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename optuna_dashboard/preferential/samplers/{_gp.py => gp.py} (100%) diff --git a/optuna_dashboard/preferential/samplers/_gp.py b/optuna_dashboard/preferential/samplers/gp.py similarity index 100% rename from optuna_dashboard/preferential/samplers/_gp.py rename to optuna_dashboard/preferential/samplers/gp.py