Skip to content

crashes when hitting "q" to quit the GUI #24

@HeloiseS

Description

@HeloiseS

Here is the error message that I get after I hit "q" in the GUI to quit the application.

  File "/home/heloise/Data/specreduce_tests/specidentify/specreduce/interidentify.py", line 165, in regionChange
    self.ws = self.newWS(0.5 * (self.y1 + self.y2))
  File "/home/heloise/Data/specreduce_tests/specidentify/specreduce/interidentify.py", line 237, in newWS
    keys = np.array(self.ImageSolution.keys())
AttributeError: 'NoneType' object has no attribute 'keys'
Traceback (most recent call last):
  File "/home/heloise/Data/specreduce_tests/specidentify/specreduce/interidentify.py", line 232, in saveWS
    self.ImageSolution[k] = nws
TypeError: 'NoneType' object does not support item assignment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions