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

"ValueError: min() arg is an empty sequence" in create_input.py #68

Closed
yrotman1 opened this issue Aug 2, 2022 · 2 comments
Closed

"ValueError: min() arg is an empty sequence" in create_input.py #68

yrotman1 opened this issue Aug 2, 2022 · 2 comments

Comments

@yrotman1
Copy link

yrotman1 commented Aug 2, 2022

When running result = jdi.run_pandexo() I will get an error about once every thousand individual runs:

wavemin = max([min(wave_planet), min(wave_star), 0.5]) ValueError: min() arg is an empty sequence from the /pandexo/engine/create_input.py file. This doesn't seem to repeat on the same inputted data set and parameters but will rather pop up at random increments for any random data set and parameter input within the loop. I'm not sure if this is something anyone else has run into but I can't seem to diagnose the issue since it seems to be randomly occurring.

@natashabatalha
Copy link
Owner

Very odd! If you find the pattern please let me know. I will leave this open in case others notice the same behavior.

@natashabatalha
Copy link
Owner

Closing after no further reports of this issue

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

2 participants