-
-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Milestone
Description
brun
fails horribly:
sage: brun.n()
NotImplementedError: brun is only available up to 41 bits
sage: brun?
NotImplementedError: brun is only available up to 41 bits
sage: brun??
NotImplementedError: brun is only available up to 41 bits
and this leads to sporadic failure of random_expr
, falsifying patchbot test results.
CC: @kcrisman
Component: symbolics
Author: Ralf Stephan
Branch/Commit: 3e8d598
Reviewer: Karl-Dieter Crisman, Jeroen Demeyer
Issue created by migration from https://trac.sagemath.org/ticket/18255