Ticket #12525 (new defect)

Opened 15 months ago

Last modified 15 months ago

SFAHomogeneous does not work with RealField

Reported by: rishi Owned by: sage-combinat
Priority: major Milestone: sage-5.10
Component: combinatorics Keywords: symmetric functions
Cc: nthiery, roed Work issues:
Report Upstream: N/A Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

I am using sage 4.8. The following code does not succeed.

h=SFAHomogeneous(RealField(200))
for p in Partitions(2):
   print h(p)

Attachments

full_output.txt Download (116.5 KB) - added by rishi 15 months ago.
The error message

Change History

Changed 15 months ago by rishi

The error message

comment:1 Changed 15 months ago by rishi

  • Cc roed added
Note: See TracTickets for help on using tickets.