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
When the extension of the regions file is ".reg.txt", it gets parsed using region.textfile, which is incorrect. It should get parsed using region.file. Renaming the file to *.reg works, but this isn't great on Windows since that's used for registry files. The relevant code is experiment.py lines 54-57.
The text was updated successfully, but these errors were encountered:
When the extension of the regions file is ".reg.txt", it gets parsed using region.textfile, which is incorrect. It should get parsed using region.file. Renaming the file to *.reg works, but this isn't great on Windows since that's used for registry files. The relevant code is experiment.py lines 54-57.
The text was updated successfully, but these errors were encountered: