Ticket #5562 (closed: fixed)
Boolean time series properties are not saved
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.2 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
The boolean time series properties are not saved at the moment. Possibly because NeXus' support for boolean is broken.
For now we will have to use an unsigned int + an attribute marking a particular property as boolean
Change History
comment:3 Changed 8 years ago by Martyn Gigg
Save TimeSeriesProperty<bool> to a processed file. Refs #5562
Changeset: c51f4725a8fcf0e91595356249110cf8993d429f
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Martyn Gigg
Save TimeSeriesProperty<bool> to a processed file. Refs #5562
Changeset: c51f4725a8fcf0e91595356249110cf8993d429f
Note: See
TracTickets for help on using
tickets.
To tester: Any multiperiod file will produce a workspace with a log called "period ?" where ? is the period number. This log should now be saved and reloaded again whereas before it was ignored.