Skip to content

fixing the usage of ppt_identifier in Minimize class#72

Merged
lenarddome merged 1 commit intoDevComPsy:mainfrom
tzukpolinsky:main
Nov 10, 2025
Merged

fixing the usage of ppt_identifier in Minimize class#72
lenarddome merged 1 commit intoDevComPsy:mainfrom
tzukpolinsky:main

Conversation

@tzukpolinsky
Copy link
Copy Markdown
Contributor

Hi
before this small fix the Minimize class would add to scipy result object dictionary 'ppt' and its value as the ppt_identifier and that would rise an exception because the __unpack inner function would try to read the key ppt_identifier from the result but the real key was 'ppt'.

now its applying the same standard as fmin :)

@lenarddome lenarddome merged commit 772e0c6 into DevComPsy:main Nov 10, 2025
@lenarddome
Copy link
Copy Markdown
Collaborator

Thank you for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants