Ticket #9439 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

Allow "$domains" attribute of MultiDomainFunction receive index ranges.

Reported by: Roman Tolchenov Owned by: Roman Tolchenov
Priority: major Milestone: Release 3.2
Component: Framework Keywords:
Cc: michael.wedel@… Blocked By:
Blocking: Tester:

Description (last modified by Roman Tolchenov) (diff)

MultiDomainFunction has attribute "domains" which defines the domain indices for the member functions. It can be given an integer or a list of integers. In case it's a list of consecutive integers a range of the type "0-400" is preferable.

Attachments

multifittest.py (809 bytes) - added by Roman Tolchenov 6 years ago.

Change History

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to infoneeded

Roman, could you add a description to this ticket please, from the title I can't really understand the problem.

comment:2 Changed 6 years ago by Roman Tolchenov

Re #9439. Added code to parse index ranges in 'domains' attributes

Changeset: ccd49545679265b6875d9da047b5df6d67b674dc

comment:3 Changed 6 years ago by Roman Tolchenov

  • Status changed from infoneeded to new
  • Description modified (diff)

Changed 6 years ago by Roman Tolchenov

comment:4 Changed 6 years ago by Roman Tolchenov

To test:

Run the attached script and see that it works.

comment:5 Changed 6 years ago by Owen Arnold

  • Status changed from new to assigned
  • Cc michael.wedel@… added

cc'd michael so that he can track what's going on here.

comment:6 Changed 6 years ago by Roman Tolchenov

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

comment:7 Changed 6 years ago by Michael Wedel

  • Status changed from verify to closed

Merge remote-tracking branch 'origin/feature/9439_domain_ranges'

Full changeset: 405e9c465935758b324fcaaec062bf9f82d816cb

comment:8 Changed 6 years ago by Michael Wedel

Test script works as described.

comment:9 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10282

Note: See TracTickets for help on using tickets.