[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 |
Beta Was this translation helpful? Give feedback.
Answered by
NicolaCourtier
Jun 5, 2024
Replies: 2 comments 3 replies
-
actually most other examples do not work either |
Beta Was this translation helpful? Give feedback.
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: |
Beta Was this translation helpful? Give feedback.
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
develop
branch located here, whereas you need to use those on the main branch, located here.The
1-single-pulse-circuit-model.ipynb
does not appear in themain
branch, but the examples that are there, includingequivalent-circuit-identification.ipynb
, should work for you. Note that thedevelop
branch corresponds to the upcoming release (v24.5) andmain
to the current release (v24.3).