Skip to content

Comments

Further post process#286

Merged
marjanfamili merged 4 commits intodevelopfrom
further_post_process
Feb 5, 2024
Merged

Further post process#286
marjanfamili merged 4 commits intodevelopfrom
further_post_process

Conversation

@marjanfamili
Copy link
Collaborator

  • changing the default value of visualisation flags to none, allows for either false or true to overwrite the vis_all
  • removed my computer specific paths from notebook
  • added more flexibility for appearance of the plots to plotting functions

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

debug: bool = Field(False, description="Debug mode")
depth: PositiveInt = Field(3, description="Number of layers")
dynamic: bool = Field(False, description="Dynamic visualisation")
dynamic: Optional[bool] = Field(None, description="Dynamic visualisation")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be bool | None for 3.10 typing syntax, similar below.

@marjanfamili marjanfamili merged commit 5820f8a into develop Feb 5, 2024
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