Page MenuHomePhabricator

CombinedModality does only issue warnings if an invalid calibration is loaded
Closed, ResolvedPublic

Description

The caller gets no indication whether the deserialization of a calibration was successfull when calling DeserializeCalibration(). There should be a return value or the throwing of an exception.

Event Timeline

User wintersa has pushed new remote branch:

bug-17683-CombinedModalityDoesOnlyIssueWwarningsIfAnInvalidCalibrationIsLoaded

[ed23d3]: Merge branch 'bug-17683-CombinedModalityDoesOnlyIssueWwarningsIfAnInva

Merged commits:

2014-04-08 18:23:14 Adrian Winterstein [97f3bb]
Test invalid strings for deserialization.


2014-04-04 16:13:13 Adrian Winterstein [173c82]
Throw on deserialization errors.