Opened 14 years ago
Closed 14 years ago
#242 closed defect (fixed)
ms2 export and re-import fails
| Reported by: | Malte Marquarding | Owned by: | Takeshi Nakazato |
|---|---|---|---|
| Priority: | high | Milestone: | ASAP 4.0 |
| Component: | c++ | Version: | 2.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
The "unit" test test_scantable.TestScantable.test_save fails claiming non-conformant scantables.
This is due to the "fluxunit" not being correctly exported or imported by the MSFiller
Note:
See TracTickets
for help on using tickets.

Fixed the issue. There were two issues about this test: 1)fluxunit is not reflected to MS in MSWriter, and 2) wrong antenna name was set by MSFiller.
Fix was committed in trunk (r2185).