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
These Docstrings are not properly escaped. This means we are getting errors when trying to import this package into python 3.10.
For example trying to import OBP within a pytest run I get
E File "<my_repo>/lib/python3.10/site-packages/obp/dataset/real.py", line 213
E """Obtain batch logged bandit data.
E ^^^
E SyntaxError: invalid escape sequence '\m'
The text was updated successfully, but these errors were encountered:
https://github.com/st-tech/zr-obp/blob/master/obp/dataset/real.py#L231
https://github.com/st-tech/zr-obp/blob/master/obp/dataset/real.py#L320
These Docstrings are not properly escaped. This means we are getting errors when trying to import this package into python 3.10.
For example trying to import OBP within a pytest run I get
The text was updated successfully, but these errors were encountered: