Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
turbulent-channel-model
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Krimmer
turbulent-channel-model
Commits
5765c622
Commit
5765c622
authored
1 week ago
by
Jonas Krimmer
Browse files
Options
Downloads
Patches
Plain Diff
feat: optionally print all attributes of hdf5 file
parent
3ceb89d6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/from_dump.jl
+5
-2
5 additions, 2 deletions
examples/from_dump.jl
with
5 additions
and
2 deletions
examples/from_dump.jl
+
5
−
2
View file @
5765c622
...
...
@@ -29,10 +29,13 @@ function plot_from_dump(fn; iter=1, mode=1, collimate=false)
Plot
(
tr
,
lt
)
end
function
attributes_from_dump
(
fn
)
h5open
(
fn
,
"r"
)
do
fid
function
attributes_from_dump
(
fn
;
disp
=
false
)
meta
=
h5open
(
fn
,
"r"
)
do
fid
OrderedDict
(
attrs
(
fid
))
end
disp
&&
show
(
IOContext
(
stdout
,
:
limit
=>
false
),
"text/plain"
,
meta
)
return
meta
end
function
post_dump_sampling_check
(
fn
;
kwargs
...
)
...
...
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