Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1455 closed defect (fixed)

Incorrect progress reporting for Matrix BASEfile exporter

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 2.15
Component: core Version:
Keywords: Cc:

Description

Here is the output from the new testcase in #1452:

[0%]    Caching reporter data...
[10%]   Preparing to export spot data...
[10%]   Preparing to load spot data...
[19%]   Exporting spot data: 1 of 576 done
[19%]   Exporting spot data: 2 of 576 done
[19%]   Exporting spot data: 3 of 576 done
[19%]   Exporting spot data: 6 of 576 done
[100%]  Export complete. 576 spots done

Change History (2)

comment:1 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: newclosed

(In [5229]) Fixes #1455: Incorrect progress reporting for Matrix BASEfile exporter

Also fine-tuned messages and percentages.

comment:2 by Nicklas Nordborg, 14 years ago

The progress output is now:

[0%]    Caching reporter data...
[10%]   Counting number of spots...
[20%]   Loading spot data...
[33%]   Exporting spot data: 50 of 572 done
[40%]   Exporting spot data: 100 of 572 done
[46%]   Exporting spot data: 150 of 572 done
[52%]   Exporting spot data: 200 of 572 done
[59%]   Exporting spot data: 250 of 572 done
[65%]   Exporting spot data: 300 of 572 done
[72%]   Exporting spot data: 350 of 572 done
[77%]   Exporting spot data: 400 of 572 done
[84%]   Exporting spot data: 450 of 572 done
[90%]   Exporting spot data: 500 of 572 done
[96%]   Exporting spot data: 550 of 572 done
[100%]  Export complete. 572 spots done
Note: See TracTickets for help on using tickets.