Ticket #6909 (closed: fixed)
Convert to TableWorkspace can't handle commas
Reported by: | Anders Markvardsen | Owned by: | Roman Tolchenov |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.5 |
Component: | MantidPlot | Keywords: | |
Cc: | james.lord@… | Blocked By: | |
Blocking: | Tester: | Karl Palmen |
Description
- HRP38692a from AutoTestData
- Do 'Copy spectrum to table' on any of the spectra (e.g. the spectrum with workspace index = 4). This display a table where the first row is 10,000.5 0 0
- click on the table. Do Table->'Convert to TableWorkspace'
this creates a Mantid TableWorkspace where the first row is incorrectly:
10 0 0
whereas it should have been
10000.5 0 0
Change History
comment:1 Changed 7 years ago by Anders Markvardsen
- Status changed from new to assigned
- Owner set to Roman Tolchenov
comment:3 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:4 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:5 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:6 Changed 7 years ago by Roman Tolchenov
- Status changed from accepted to verify
- Resolution set to fixed
Branch
bugfix/6909_commas_in_tables
comment:7 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:8 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:9 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:10 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:11 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:12 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:13 Changed 7 years ago by Karl Palmen
- Status changed from verify to verifying
- Tester set to Karl Palmen
comment:14 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:16 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:17 Changed 7 years ago by Roman Tolchenov
Merge branch 'bugfix/6909_commas_in_tables' into develop. Re #6909
Conflicts:
Code/Mantid/MantidPlot/src/Mantid/InstrumentWidget/InstrumentWindowMaskTab.cpp
Changeset: db3640d6867860b3a4094c13952a54638af6a160
comment:18 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:19 Changed 7 years ago by Roman Tolchenov
Temporarily change to comma-free number format. Re #6909.
Changeset: cb650838a83ebb53397132ff1cf1a414f196b183
comment:20 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 7755