Opened 5 years ago

Last modified 3 years ago

#5717 new defect

OMPython linearize function not working correctly

Reported by: h.j.van.weers@… Owned by: Alachew Mengist
Priority: high Milestone:
Component: OMPython Version:
Keywords: linearize Cc:

Description

Within the OMPython module the function linearize contains an if statement depending on self.inputFlag. In the "else" branch a requestAPI call is made using simflags as argument:

linearizeResult = self.requestApi('linearize', cName, properties, simflags)

However the simflags variable is not assigned. Work around that worked for me is to remove this argument.

Please correct in the OMPython distribution

Change History (5)

comment:1 by Francesco Casella, 5 years ago

Milestone: 1.14.01.15.0

comment:2 by Francesco Casella, 4 years ago

Milestone: 1.15.01.16.0

Release 1.15.0 was scrapped, because replaceable support eventually turned out to be more easily implemented in 1.16.0. Hence, all 1.15.0 tickets are rescheduled to 1.16.0

comment:3 by Francesco Casella, 4 years ago

Milestone: 1.16.01.17.0

Retargeted to 1.17.0 after 1.16.0 release

comment:4 by Francesco Casella, 4 years ago

Milestone: 1.17.01.18.0

Retargeted to 1.18.0 because of 1.17.0 timed release.

comment:5 by Francesco Casella, 3 years ago

Milestone: 1.18.0

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.