Opened 13 years ago

Closed 13 years ago

#15684 closed (needsinfo)

Template won't express a numpy matrix 'sum' attribute

Reported by: Yeago Owned by: nobody
Component: Template system Version: 1.3-rc
Severity: Keywords: numpy
Cc: subsume@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Apollo13 did some digging and says: reason is that template.base catches only TypeError, AttributeError, KeyError in current = current[bit] where numpy raises a ValueError

Change History (1)

comment:1 by Luke Plant, 13 years ago

Resolution: needsinfo
Status: newclosed

We really need more information to determine if this is a bug in Django:

  • some example code/template
  • some rationale about why numpy is correct to raise ValueError when doing this lookup operation.

Please re-open if you can provide this. Thanks!

Note: See TracTickets for help on using tickets.
Back to Top