Skip to content

Commit 5f6c556

Browse files
committed
irrelevant comment (mine)
1 parent d42fd94 commit 5f6c556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Deserialization/deserialization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function Base.iterate(iter::SummaryDeserializingIterator, state=1)
193193
tag, val, state = lookahead_deserialize(tag, val, evs, state, :histo)
194194
elseif typ === :image
195195
val = deserialize_image_summary(summary)
196-
tag, val, state = lookahead_deserialize(tag, val, evs, state, :image) ## ??? ### The lookahead deserializer for images is broken. It is also not clear where this will actually be useful or intuitive for users
196+
tag, val, state = lookahead_deserialize(tag, val, evs, state, :image)
197197
elseif typ === :audio
198198
val = deserialize_audio_summary(summary)
199199
elseif typ === :tensor

0 commit comments

Comments
 (0)