Skip to content
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

Plotting temperature crashes in _plot_datasets #276

Open
marshallmcdonnell opened this issue Oct 1, 2019 · 0 comments
Open

Plotting temperature crashes in _plot_datasets #276

marshallmcdonnell opened this issue Oct 1, 2019 · 0 comments
Assignees
Labels
GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab Priority: High High priority feature / fix ReductionType: IDL Related to the legacy IDL-based reduction from Joerg Type: Bug Bug in application; Crashes; Requires break-fix work

Comments

@marshallmcdonnell
Copy link
Member

Traceback (most recent call last):
  File "/home/ntm/direnv/python3/addie/addie/main.py", line 622, in table_right_click
    _o_table.right_click(position=position)
  File "/home/ntm/direnv/python3/addie/addie/processing/idl/table_handler.py", line 172, in right_click
    self._plot_temperature(samp_env_choice='furnace')
  File "/home/ntm/direnv/python3/addie/addie/processing/idl/table_handler.py", line 466, in _plot_temperature
    self._plot_datasets(sorted(datasets, key=lambda k: k['run']),
TypeError: '<' not supported between instances of 'NoneType' and 'str'
@marshallmcdonnell marshallmcdonnell added Type: Bug Bug in application; Crashes; Requires break-fix work Priority: URGENT Highest Priority; Needs urgent attention GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab ReductionType: IDL Related to the legacy IDL-based reduction from Joerg labels Oct 1, 2019
@marshallmcdonnell marshallmcdonnell self-assigned this Oct 1, 2019
@marshallmcdonnell marshallmcdonnell added Priority: High High priority feature / fix and removed Priority: URGENT Highest Priority; Needs urgent attention labels Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI: Bragg / Rietveld Tab The Bragg / Rietveld plotting tab Priority: High High priority feature / fix ReductionType: IDL Related to the legacy IDL-based reduction from Joerg Type: Bug Bug in application; Crashes; Requires break-fix work
Projects
None yet
Development

No branches or pull requests

1 participant