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
here and here this assumes that you can get ts.results and ts.description for ts::AbstractTestSet, which won't in general be true. Perhaps we should add results(::AbstractTestSet) and description(::AbstractTestSet) functions to the AbstractTestSet interface (or maybe description could use some kind of string/show method or something.
The text was updated successfully, but these errors were encountered:
here and here this assumes that you can get
ts.results
andts.description
forts::AbstractTestSet
, which won't in general be true. Perhaps we should addresults(::AbstractTestSet)
anddescription(::AbstractTestSet)
functions to theAbstractTestSet
interface (or maybedescription
could use some kind ofstring
/show
method or something.The text was updated successfully, but these errors were encountered: