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
Would you oppose making it into an error instead of warning? Rationale being that if it matches pair.X but there's no pair.Y something unexpected happened and the warning might go by unnoticed.
If the folder contains:
using
load_mocat_sample()
fails with the error:However in the case of:
it succeeds with:
Should we also fail here due to an unpaired
pair.2
and be symmetrical with thepair.1
case?The text was updated successfully, but these errors were encountered: