From 31f5703a9ad22b22eee25a83a1a882a6eb1a6663 Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Fri, 16 Aug 2024 13:32:41 +0200 Subject: [PATCH] [fix] Expected string of the final results After some of the package update, there is now preserved numpy float64 data format in the printed results which in earler version weren't. --- .../Tests/500__ide/501__ide_jupyterhub/test-minimal-image.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tests/Tests/500__ide/501__ide_jupyterhub/test-minimal-image.robot b/ods_ci/tests/Tests/500__ide/501__ide_jupyterhub/test-minimal-image.robot index 97c8e79d2..0ff394ad0 100644 --- a/ods_ci/tests/Tests/500__ide/501__ide_jupyterhub/test-minimal-image.robot +++ b/ods_ci/tests/Tests/500__ide/501__ide_jupyterhub/test-minimal-image.robot @@ -78,7 +78,7 @@ Can Launch Python3 Smoke Test Notebook ${output} = Get Text (//div[contains(@class,"jp-OutputArea-output")])[last()] Should Not Match ${output} ERROR* Should Be Equal As Strings ${output} - ... [0.40201256371442895, 0.8875, 0.846875, 0.875, 0.896875, 0.9116818405511811] + ... [0.40201256371442895, 0.8875, 0.846875, 0.875, 0.896875, np.float64(0.9116818405511811)] Verify Tensorflow Can Be Installed In The Minimal Python Image Via Pip [Documentation] Verify Tensorflow Can Be Installed In The Minimal Python image via pip