pyiron / pyiron_workflow

Graph-and-node based workflows
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

[minor] interface flexibility #432

Closed liamhuber closed 3 months ago

liamhuber commented 3 months ago

Finished the storage refactoring, allowing non-canonical file paths to be specified, allowing children of StorageInterface to take **kwargs on their methods, and adding tests and docstrings.

I don't currently expose explicit storage interfaces to the user on the Workflow.create menu, but this is probably a good idea in the near future as it's a necessary object for using custom save/load paths. It (and the abstract base StorageInterface and convenience generator available_backends) is (are) now included in pyiron_workflow.__init__ though, so it's part of the API and pretty easy to access.

github-actions[bot] commented 3 months ago

Binder :point_left: Launch a binder notebook on branch _pyiron/pyironworkflow/flexibility

codacy-production[bot] commented 3 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.07% (target: -1.00%) :white_check_mark: 96.05%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (46d44ebadffe4adf18c77c504d43989cbd94af85) | 3084 | 2831 | 91.80% | | | Head commit (49de44b1544873ce461bafd8d43f7290224d7b4c) | 3109 (+25) | 2856 (+25) | 91.86% (**+0.07%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#432) | 76 | 73 | **96.05%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more