Raise TypeError
when giving a symbolic dictionary to update_parameters()
#531
Labels
⚙️ Enhancement
Improvements and optimizations of existing features
It often happens that a
dict
withsympy.Symbol
keys is given toupdate_parameters()
. For convenience, it would be good to raise aTypeError
if this happens.The text was updated successfully, but these errors were encountered: