Ticket #1856 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Dictionary interface on algorithms in python

Reported by: Peter Peterson Owned by: Peter Peterson
Priority: major Milestone: Iteration 26
Component: Python Keywords:
Cc: Blocked By:
Blocking: Tester: Michael Whitty

Description

To improve the usability of the algorithms in python, implement the various bits of code necessary to make the objects follow the dictionary interface for accessing parameters from the returned . This will allow easier access to the parameters in the IAlgorithmProxy. The implementation should provide read only access to all of the values.

Change History

comment:1 Changed 10 years ago by Peter Peterson

  • Status changed from new to accepted

comment:2 Changed 10 years ago by Peter Peterson

  • Status changed from accepted to verify
  • Resolution set to fixed

(In [7240]) Added dictionary access to the properties. Fixes #1856.

comment:3 Changed 10 years ago by Michael Whitty

  • Status changed from verify to verifying
  • Tester set to Michael Whitty

comment:4 Changed 10 years ago by Michael Whitty

  • Status changed from verifying to closed

yes, this works. added a little bit to the Algorithm wiki page on python interaction describing this.

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2703

Note: See TracTickets for help on using tickets.