[Bug]: Example notebook returns an error #344
Python Version3.11 Describe the bugexample for [LG_M50_ECM] does not work Steps to reproduce the behaviourjust running Identifying the Parameters section Relevant log outputself._parameter_set[key] = "[input]"
~~~~~~~~~~~~~~~~~~~^^^^^
TypeError: 'ParameterSet' object does not support item assignment |
Answered by
NicolaCourtier
Jun 5, 2024
Replies: 2 comments 3 replies
|
actually most other examples do not work either |
0 replies
|
Hi! Thanks for trying out the examples - please read this response to a similar issue (#341) and see if it works for you: |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The arguments that can be passed to the optimisers has changed since v24.3 (see #255). I think you've got these example notebooks from the
developbranch located here, whereas you need to use those on the main branch, located here.The
1-single-pulse-circuit-model.ipynbdoes not appear in themainbranch, but the examples that are there, includingequivalent-circuit-identification.ipynb, should work for you. Note that thedevelopbranch corresponds to the upcoming release (v24.5) andmainto the current release (v24.3).