Opened 14 years ago
Closed 14 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
Note:
See TracTickets
for help on using tickets.
We really need more information to determine if this is a bug in Django:
ValueError
when doing this lookup operation.Please re-open if you can provide this. Thanks!