Opened 5 years ago
Last modified 3 years ago
#5717 new defect
OMPython linearize function not working correctly
Reported by: | 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 , 5 years ago
Milestone: | 1.14.0 → 1.15.0 |
---|
comment:2 by , 4 years ago
Milestone: | 1.15.0 → 1.16.0 |
---|
comment:4 by , 4 years ago
Milestone: | 1.17.0 → 1.18.0 |
---|
Retargeted to 1.18.0 because of 1.17.0 timed release.
Note:
See TracTickets
for help on using tickets.
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