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
{{ message }}
This repository has been archived by the owner on May 26, 2021. It is now read-only.
Running
Pkg.test("Oscar")
fails with:This appears to happen because of
using Base.Test
instead ofusing Test
, the former of which does not seem to work for recent versions of Julia.The text was updated successfully, but these errors were encountered: