Yes, these are sagemath API errors. I've submitted bug report on these ones ( no explicit roots found ) https://github.com/sagemath/sage/issues/36211
There are 17 such failures sqlite> select COUNT(*) from main where fricas_pass=-2 and fricas_anti LIKE '%no explicit roots found%'; 17 sqlite> select rowid from main where fricas_pass=-2 and fricas_anti LIKE '%no explicit roots found%'; 11675 11679 26634 26635 26637 26638 26639 37499 37502 42249 42252 56590 56591 60472 61525 61528 73949 sqlite> select command_in_fricas from main where rowid=11675; integrate(1/(b*x^7+a),x, algorithm="fricas") The "AttributeError" is also sagemath error. And there are 8 of these sqlite> select rowid from main where fricas_pass=-2 and fricas_anti LIKE '%AttributeError%'; 73702 73703 74212 74213 74293 74294 74966 74967 --Nasser On Thursday, September 7, 2023 at 1:05:40 PM UTC-5 Waldek Hebisch wrote: > Dnia Thu, Sep 07, 2023 at 02:03:54AM -0700, 'Nasser M. Abbasi' via FriCAS > - computer algebra system napisał(a): > > > > fyi, summer 2023 edition of CAS integration tests is now completed after > 7 > > months running. > > > > There is now a new chapter that shows internal exceptions generated by > > different CAS systems. > > > > These are the Fricas ones (DISTINCT ones, not the full list as there are > > over 2.000) > > Thanks for info,. > > > > RuntimeError >> no explicit roots found > > AFAICS this is Sage error. > > > > > AttributeError > > That one also looks like Sage error. > > > -- > Waldek Hebisch > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/96c9faf4-4dc1-4a91-a4b3-5d289db7dd36n%40googlegroups.com.
