From 119a79e4fac44eea99d8b775bbdc017113354296 Mon Sep 17 00:00:00 2001 From: David Chang Date: Thu, 18 Jan 2024 18:04:18 +0800 Subject: [PATCH] ver Jan18thv2 updated metrics.__init__ with new check_data_validations --- desktop_env/evaluators/metrics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_env/evaluators/metrics/__init__.py b/desktop_env/evaluators/metrics/__init__.py index 59ebab2..45f98b5 100644 --- a/desktop_env/evaluators/metrics/__init__.py +++ b/desktop_env/evaluators/metrics/__init__.py @@ -6,7 +6,7 @@ from .docs import is_first_line_centered, check_file_exists, compare_contains_im from .general import exact_match, fuzzy_match, check_csv, check_accessibility_tree, check_list from .libreoffice import check_libre_locale from .pdf import check_pdf_pages -from .table import check_sheet_list, check_xlsx_freeze, check_xlsx_zoom +from .table import check_sheet_list, check_xlsx_freeze, check_xlsx_zoom, check_data_validations from .table import compare_table from .vlc import is_vlc_playing, is_vlc_recordings_folder, is_vlc_fullscreen, compare_images, compare_audios, \ compare_videos