We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cf0ba commit 05a132cCopy full SHA for 05a132c
openeo/testing/results.py
@@ -22,7 +22,7 @@
22
_DEFAULT_ATOL = 1e-6
23
24
# https://paulbourke.net/dataformats/asciiart
25
-DEFAULT_GRAYSCALE_70_CHARACTERS = "$@B%8&WM#*oahkbdpqwmZO0QLCJUYXzcvunxrjft/\|()1{}[]?-_+~<>i!lI;:,\"^`'. "[::-1]
+DEFAULT_GRAYSCALE_70_CHARACTERS = r"$@B%8&WM#*oahkbdpqwmZO0QLCJUYXzcvunxrjft/\|()1{}[]?-_+~<>i!lI;:,\"^`'. "[::-1]
26
DEFAULT_GRAYSCALE_10_CHARACTERS = " .:-=+*#%@"
27
28
def _load_xarray_netcdf(path: Union[str, Path], **kwargs) -> xarray.Dataset:
0 commit comments