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

Supress high optical depth warnings? #13

Open
richteague opened this issue Dec 16, 2016 · 1 comment
Open

Supress high optical depth warnings? #13

richteague opened this issue Dec 16, 2016 · 1 comment

Comments

@richteague
Copy link

When I'm running grids I often run into regions of parameter space where I'll have high optical depths. The warnings that are output, "*** Warning: Some lines have very high optical depth", are drastically slowing down the script. Is there was a way to suppress such warnings?

@keflavich
Copy link
Owner

Those warnings come directly from RADEX in the matrix.f file: you'd have to hack the fortran to suppress it. Alternatively, we could redirect stdout to /dev/null. But those warnings should not have any effect on the speed of the execution, unless the terminal is slowing down your computer....

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