Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate data export from writing to filesystem #605

Open
wants to merge 8 commits into
base: dev
Choose a base branch
from

Conversation

fwitte
Copy link
Member

@fwitte fwitte commented Feb 8, 2025

This is a breaking change, old style export of tespy networks will not be supported anymore.

  • Separate the data export functionality (i.e. writing into a dict of dicts) from writing to the filesystem
  • Makes writing to filesystem optional, only when user provides a value for a path
  • Returns the dict of dicts
  • Implements exerpy export

@fwitte fwitte linked an issue Feb 8, 2025 that may be closed by this pull request
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.

Option to save network state to json string
1 participant