You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call of ImageFileCollection here should be with arg ext, otherwise the keywords not in the first extension will become -- in the returned collection.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, @RuiningZHAO -- I'll try to get to this in the next couple of weeks, but I'd be happy to review a PR to fix it sooner than that :)
There is a bug in
ImageFileCollection.filter
.The call of
ImageFileCollection
here should be with argext
, otherwise the keywords not in the first extension will become--
in the returned collection.The text was updated successfully, but these errors were encountered: