direct pars check_diff() failing #425
Closed
wkitlasten
started this conversation in
General
Replies: 1 comment 2 replies
-
what check diff is doing is trying to make sure that values of the array in each zone are uniform for direct pars...so if you load up that zone array and pull out the layer 6 array values in each zone, they are uniform? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using pst_from.add_parameters() to add direct parameters for each layer (k) for zones defined by gclass[k]. pf makes it through layers 1, 10, 11, 12, 13, 2, 3, 4, 5... and then crashes on layer 6. Sounds like an issue with the arrays, right? I tried to find a difference, but just can't see it. I have attached layers 5 and 6 input arrays (arr_f) and gclass arrays in case I am just being dense and there is something obviously wrong there. Any insights appreciated!
My call:
The error:
Beta Was this translation helpful? Give feedback.
All reactions