Skip to content
Snippets Groups Projects
Tanner Prestegard's avatar
Tanner Prestegard authored
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.
b538795d
History

GraceDB server code

Server code for the GRAvitational-wave Candidate Event Database.

You will need to fork this repository and submit a merge request in order to make changes to the code.