Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plotDatapoints script issue #11

Open
pbedros opened this issue Apr 2, 2019 · 0 comments
Open

plotDatapoints script issue #11

pbedros opened this issue Apr 2, 2019 · 0 comments

Comments

@pbedros
Copy link

pbedros commented Apr 2, 2019

there appears to be a problem with the plotDatapoints.py script when one or more soundings have failed to converge (burn in). In this case, you cannot plot any of the points and the following error shows up:

[pbedrosian@yeti-login20 plotting] python plotDatapoints.py ../Data/ ../results/1650.0.h5 --points 5
Traceback (most recent call last):
File "plotDatapoints.py", line 51, in
fids = LR.iDs[args.points]
IndexError: too many indices for array
[pbedrosian@yeti-login20 plotting] python plotDatapoints.py ../Data/ ../results/1650.0.h5
Traceback (most recent call last):
File "plotDatapoints.py", line 64, in
for fid in fids:
TypeError: iteration over a 0-d array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant