gemini3d / pygemini

Python interface for Gemini3D
Apache License 2.0
8 stars 3 forks source link

read.frame will not read in initial_conditions.h5 files #19

Closed mattzett closed 6 months ago

mattzett commented 1 year ago

What happened?

It's looking for the J?all variables but these aren't used in the initial conditions file. It should check that they exist and read if so, otherwise just return whatever data is there.

Relevant log output

No response

scivision commented 1 year ago

are you doing like

import gemini3d.read

gemini3d.read.frame("~/mysim/inputs/initial_conditions.h5")
mattzett commented 1 year ago

Yes exactly.

mattzett commented 6 months ago

I believe this has been fixed.