Skip to content

Error when starting a new fit #234

@AEBlyth

Description

@AEBlyth

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', '']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions