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
Using the code on a Windows machine with Python 3.10, I got an error when the code attempts to write the character \u2713 in the dassh.out file. The error seems due to some encoding settings of the open function used to append new strings on file.
Using the code on a Windows machine with Python 3.10, I got an error when the code attempts to write the character
\u2713in the dassh.out file. The error seems due to some encoding settings of theopenfunction used to append new strings on file.