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
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:
Hello! @AEB-5-47
May I ask what kind of data/phase you are adding?
Also if possible please go to your user folder and there should be a hidden file called .pdfgui_py3.cfg. Open the file with a text editor and look for the field "[PHASE]". I suspect in the list under this field there's one remember that don't have a corresponding value. I'd say by giving it a proper boolean value (e.g. False) will solve the problem. If not, there's always the option of reinstall the program.
@Tieqiong, it happened when selecting either the insert new data insert new phase.
I do seem to be able to continue the fit as normal if I just cancel the error message (now I have also reinstalled).
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: