Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonah Kanner
gracedb
Commits
d8ecbf31
Commit
d8ecbf31
authored
Jun 25, 2018
by
Tanner Prestegard
Committed by
GraceDB
Jun 25, 2018
Browse files
fixing typo
parent
2cbce188
Changes
1
Hide whitespace changes
Inline
Side-by-side
gracedb/events/translator.py
View file @
d8ecbf31
...
...
@@ -598,7 +598,7 @@ class CwbData(Translator):
# lambda function for converting to a type if not None
typecast
=
lambda
t
,
v
:
t
(
v
)
if
v
is
not
None
else
v
n_int
=
lambda
v
:
typecast
(
int
,
v
)
n_float
=
lambda
v
:
typecast
(
float
,
v
)
n_float
=
lambda
v
:
typecast
(
float
,
v
)
data
=
{}
data
[
'rawdata'
]
=
rawdata
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment