Skip to content
Snippets Groups Projects
Commit b538795d authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Adding handling for nan values in eff_distance

gstlal wants to set eff_distance to nan when they don't have a
meaningful value for it.  Unfortunately, we can't save that in the
database because MySQL numeric types can't deal with nans. So we
check for nans in this field and set it to NULL if it is nan,
before saving it in the database.
parent ce00f056
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment