-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when starting a new fit #234
Comments
Hello! @AEB-5-47 Also if possible please go to your user folder and there should be a hidden file called Hope this helps! |
@Tieqiong, it happened when selecting either the insert new data insert new phase. |
Let's try and test whether this goes away in the |
@AEB-5-47 please could you see if you can reproduce this bug in the latest version of the code? We have a pre-release version that we are testing. To install it, please use these instructions: Installation instructions (Windows, Linux, macOS non-arm64):
Instructions for Mac-OS arm64:
Thanks so much! |
Error message as follows when trying to load data/phase for a new fit:
Traceback (most recent call last):
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/site-packages/diffpy/pdfgui/gui/errorwrapper.py", line 62, in _f
return func(*args, **kwargs)
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/site-packages/diffpy/pdfgui/gui/addphasepanel.py", line 106, in readConfiguration
remember = self.cP.getboolean("PHASE", "remember")
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/configparser.py", line 828, in getboolean
return self._get_conv(section, option, self._convert_to_boolean,
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/configparser.py", line 808, in _get_conv
return self._get(section, conv, option, raw=raw, vars=vars,
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/configparser.py", line 803, in _get
return conv(self.get(section, option, **kwargs))
File "/opt/anaconda3/envs/pdfgui2-intel/lib/python3.9/configparser.py", line 1166, in _convert_to_boolean
raise ValueError('Not a boolean: %s' % value)
ValueError: Not a boolean: ['False', '']
The text was updated successfully, but these errors were encountered: