Open
Description
Current implementation may not work correctly if only some of the values are SymPy objects
- confirmed
- make test for that
Also, dicts with SymPy object values but string keys would not be helped by current implementation (?)
- is that statement true?
- make test for that
- Here's one possibility:
- for every dict, we want to convert any keys that are SymPy objects to strings.
- for every dict, we want to convert any keys that are SymPy objects to
sym
.
- There is also the question of what to do in the future when dicts stay as
@pyobject
: perhaps we ignore this until then?