Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykkn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TU-DA Fluidsystemtechnik
Public
pykkn
Commits
e1d1d347
Commit
e1d1d347
authored
2 years ago
by
Zhang, Zhichao
Browse files
Options
Downloads
Patches
Plain Diff
correct typo on store function
parent
df8bcba4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pykkn/storage.py
+2
-2
2 additions, 2 deletions
pykkn/storage.py
with
2 additions
and
2 deletions
pykkn/storage.py
+
2
−
2
View file @
e1d1d347
...
...
@@ -43,7 +43,7 @@ class Storage:
# def is_overwritable(self):
# return self.storage_path.exists()
def
store_HDF5
(
self
,
root
=
h5py
.
Fil
e
):
def
store_HDF5
(
self
,
root
=
Non
e
):
'''
sub-method of store() for HDF5 output
Parameters
...
...
@@ -103,7 +103,7 @@ class Storage:
for
i
in
eval
(
attr
):
i
.
store_HDF5
(
root
=
s_grp
)
def
store_json
(
self
,
root
=
dict
):
def
store_json
(
self
,
root
=
None
):
'''
sub-method of store() for JSON output
Parameters
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment