A user has a program with a call to an array of structures called "kp_data". Inside this structure, there are additional structures that need to be accessed to get the data.
In the user's code, when it makes the call:
"x = kp_data[0:93,955].ngims.he_density"
The data contains all NaN values. If the user tries to do plot(x,y) after the "x=kp_data[0:93,955].ngims.he_density" call, the plot fails. However, if the user runs the program to its conclusion the plot is generated without issue.
|