Opened 9 years ago
Closed 9 years ago
#10 closed defect (fixed)
reduce 10 seconds in change float into int in python
| Reported by: | durong | Owned by: | zhangjr |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
change type from float to int takes 15 seconds in python, but 28 seconds in mantid.
use _n1=[int(j) for j in _bankpid], the time is reduced to 4 seconds.
Subtickets
Change History (4)
comment:1 Changed 9 years ago by durong
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 9 years ago by zhangjr
- Resolution fixed deleted
- Status changed from closed to reopened
comment:3 Changed 9 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from reopened to assigned
comment:4 Changed 9 years ago by zhangjr
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
