From 18a7021ec78a980acb32d05e952ecfd18628e452 Mon Sep 17 00:00:00 2001 From: loikki <loic.hausammann@protonmail.ch> Date: Mon, 23 Mar 2020 08:56:42 +0100 Subject: [PATCH] Remove check_data.py --- examples/GEAR/ZoomIn/check_data.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/GEAR/ZoomIn/check_data.py diff --git a/examples/GEAR/ZoomIn/check_data.py b/examples/GEAR/ZoomIn/check_data.py deleted file mode 100644 index 43e5181602..0000000000 --- a/examples/GEAR/ZoomIn/check_data.py +++ /dev/null @@ -1,11 +0,0 @@ -#!/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()) -- GitLab