Ticket #2634 (closed: wontfix)

Opened 10 years ago

Last modified 5 years ago

Algorithms Parameters should handle types natively (not translating via strings)

Reported by: Nick Draper Owned by: Peter Peterson
Priority: critical Milestone: Release 2.1
Component: Python Keywords:
Cc: Blocked By:
Blocking: Tester: Karl Palmen

Description

The specific case in point here is numPy arrays which do not translate to strings fully.

There are a few possibilities here:

  1. handle numpy arrays natively
  2. Custom serialise the numpy arrays within the PythonSimpleAPI code (not the best option but a possible fall back).

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 28 to Iteration 29

Bulk move of tickets at the end of iteration 28

comment:2 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 29 to Iteration 30

"New" tickets moved at the code freeze of iteration 29

comment:3 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 30 to Iteration 31

Bulk move of tickets to iteration 31 at the iteration 30 code freeze

comment:4 Changed 9 years ago by Nick Draper

  • Milestone changed from Iteration 32 to Iteration 33

Moved to iteration 33 at iteration 32 code freeze

comment:5 Changed 8 years ago by Nick Draper

  • Milestone changed from Release 2.1 to Release 2.2

Moved at end of release 2.1

comment:6 Changed 8 years ago by Peter Peterson

  • Status changed from new to verify
  • Resolution set to wontfix

New python API does this.

comment:7 Changed 8 years ago by Peter Peterson

  • Milestone changed from Release 2.2 to Release 2.1

comment:8 Changed 8 years ago by Karl Palmen

  • Status changed from verify to verifying
  • Tester set to Karl Palmen

comment:9 Changed 8 years ago by Karl Palmen

  • Status changed from verifying to closed

I changed some numerical algorithm parameters in a script from string to number and the script still worked.

comment:10 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3481

Note: See TracTickets for help on using tickets.