lanl / SEPIA

Simulation-Enabled Prediction, Inference, and Analysis: physics-informed statistical learning.
Other
33 stars 7 forks source link

checking user-specified data range shapes #42

Open jgattiker opened 3 years ago

jgattiker commented 3 years ago

I think the check is wrong, the number of variables should be shape[2]. Currently: if x_range.shape[1] != nx: should be if x_range.shape[2] != nx:

? gotta run...