Skip to content

Adapt Mathics interface to SymPy upgrade from 1.8 to 1.10 (resp.1.9) #33584

@soehms

Description

@soehms

Since this upgrade of SymPy (especially by this commit) the Mathics interface is broken:

sage: slist = [[1, 2], 3., 4 + I]
sage: mlist = mathics(slist)
sage: mlist.sage()
Traceback (most recent call last):
...
NotImplementedError: conversion to SageMath is not implemented

Here we implement a fix of that.

Component: interfaces

Keywords: Mathics inteface SymPy

Author: Sebastian Oehms

Branch/Commit: 4302109

Reviewer: Matthias Koeppe

Issue created by migration from https://trac.sagemath.org/ticket/33584

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions