Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
SWIFTsim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Milestones
Merge Requests
13
Merge Requests
13
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
SWIFT
SWIFTsim
Commits
18a7021e
Commit
18a7021e
authored
Mar 23, 2020
by
Loic Hausammann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove check_data.py
parent
7741d06f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
examples/GEAR/ZoomIn/check_data.py
examples/GEAR/ZoomIn/check_data.py
+0
-11
No files found.
examples/GEAR/ZoomIn/check_data.py
deleted
100644 → 0
View file @
7741d06f
#!/usr/bin/env
from
h5py
import
File
from
sys
import
argv
f
=
File
(
argv
[
-
1
],
"r"
)
a
=
0
# a = f["Cosmology"].attrs["Scale-factor"]
data
=
f
[
"PartType0/Metals"
][:]
print
(
a
,
data
.
min
(),
data
.
max
())
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment