From 8993ddb4f38f2754ae3af1c61e69a2e747f32a67 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Tue, 24 Oct 2023 15:44:53 +0200 Subject: feat(MLRsearch): use goal result as in draft05 No effect on NDRPDR results, just different result packaging between the MLRsearch library and the rest of CSIT. - PyPI metadata still to be updated in a separate Change. Change-Id: I547134da189d1d7761594e92f36cc7c1c232ee32 Signed-off-by: Vratko Polak --- resources/libraries/python/MLRsearch/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/python/MLRsearch/__init__.py') diff --git a/resources/libraries/python/MLRsearch/__init__.py b/resources/libraries/python/MLRsearch/__init__.py index 349a9a96b3..09ce7e6719 100644 --- a/resources/libraries/python/MLRsearch/__init__.py +++ b/resources/libraries/python/MLRsearch/__init__.py @@ -23,8 +23,8 @@ __init__ file for Python package "MLRsearch". # Import user-facing (API) stuff, so users do not need to know submodules. from .config import Config -from .search_goal import SearchGoal +from .goal_result import GoalResult from .multiple_loss_ratio_search import MultipleLossRatioSearch from .pep3140 import Pep3140Dict +from .search_goal import SearchGoal from .trial_measurement import AbstractMeasurer, MeasurementResult -from .trimmed_stat import TrimmedStat -- cgit 1.2.3-korg