Skip to content

Commit

Permalink
[fix] Expected string of the final results
Browse files Browse the repository at this point in the history
After some of the package update, there is now preserved numpy float64
data format in the printed results which in earler version weren't.
  • Loading branch information
jstourac committed Aug 16, 2024
1 parent 4e9a053 commit 31f5703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31f5703

Please sign in to comment.