You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in #142, this notebook doesn't work on my computer (the assert fails). There is a special character in the xml, which might be read differently on my Windows. I removed the notebook from your submission and if you can make it work again, a follow-up PR would be welcome.
Really strange, it seems that the additional character is in the expected string
Number of characters in results: 2866
Number of characters in results: 2867
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Cell In[6], line 1
----> 1 check(read_ome_metadata_from_ome_tiff)
Cell In[5], line 14, in check(candidate)
11 print(f"Number of characters in results: {len(ome_string_result)}")
12 print(f"Number of characters in results: {len(ome_string_expected)}")
---> 14 assert ome_string_result == ome_string_expected
AssertionError:
Hi Riccardo @rmassei ,
in #142, this notebook doesn't work on my computer (the assert fails). There is a special character in the xml, which might be read differently on my Windows. I removed the notebook from your submission and if you can make it work again, a follow-up PR would be welcome.
read_ome_xml_from_ome_tiff.ipynb.txt
Error:
Thanks!
Best,
Robert
The text was updated successfully, but these errors were encountered: