Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Tim Jenness
Tim JennessReporter
Kian-Tat Lim
Kian-Tat LimLabels
Reviewers
Kian-Tat Lim
Story Points
1
RubinTeam
Architecture
Components
Checklist
Checklist
Created November 4, 2020 at 1:34 AM
Updated November 5, 2020 at 6:20 PM
Resolved November 5, 2020 at 1:55 AM
Using
dump()
in theYamlFormatter
implementation can potentially lead to writing datasets thatfull_load()
(which is currently used) cannot read. Usingsafe_dump()
would catch this problem earlier.On the other hand, a tagged value is used to ensure round-tripping of Astropy times. Make sure that this usage is not obstructed by changing changing to
safe_dump()
.The documentation of
_readFile()
in the formatter also incorrectly claims thatUnsafeLoader
is used; please fix this.