Opened 15 years ago

Closed 15 years ago

#61 closed defect (fixed)

spectraTextFile parameter not being preserved

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: normal Milestone:
Component: Input Version: 1.1.7
Severity: normal Keywords:
Cc:

Description

Bug found in testing for ticket #60: The spectraTextFile parameter is given in the parameter file as M33_spectra.txt, but comes out as the default duchamp-Spectra.txt.

Seems to be a problem with the parameter parsing.

Change History (2)

comment:1 Changed 15 years ago by MatthewWhiting

Status: newassigned

comment:2 Changed 15 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

Found the bug. The lower-case parameter name was being compared with a string with upper case characters, so it was never getting set. Fixed in [587].

Closing ticket.

Note: See TracTickets for help on using tickets.