Skip to content

Interface improvements for python classes (analyzers and planners)#18

Open
arthursloan wants to merge 4 commits intoDevelopfrom
interface-improvements
Open

Interface improvements for python classes (analyzers and planners)#18
arthursloan wants to merge 4 commits intoDevelopfrom
interface-improvements

Conversation

@arthursloan
Copy link
Copy Markdown
Collaborator

Added str and repr functions to analyzer and planner classes for easier interactive debugging when working on developing planners and analyzers. Also added some helper functionality to make it easier to access the data within plan request objects.

…roperty definitions for convenice when working with planner. Added the ability to intialize a plan response with a dictionary rather than lists of keys and values.
@arthursloan arthursloan requested a review from nkleiner April 3, 2026 18:19
@nkleiner
Copy link
Copy Markdown
Member

nkleiner commented Apr 6, 2026

@arthursloan I've made a few changes to your pull request as they were failing some tests. Prior to Python 3.12 there isn't support for using backslashes in format strings (f strings), which caused some testing failures on the pipeline. With those changes in place the test are passing and this pull request looks good to me. If you could confirm your outputs are still as you expect them I'll merge this in.

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