This commit is contained in:
Jerry Ling 2020-10-08 23:40:27 -04:00 committed by GitHub
parent 28e46a582a
commit b0bcc63d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -159,7 +159,7 @@ function Base.display(::PlotsDisplay, plt::Plot)
actual_nrows = size(err.a)[1]
@warn "length(x) == $ex_nrows, but only sees $actual_nrows in the other inputs."
else
rethorw()
rethrow()
end
end
end