Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joshua Brandt
bilby_pipe
Commits
845a0aaa
Commit
845a0aaa
authored
Jul 05, 2021
by
Gregory Ashton
Browse files
Fix tests
parent
a9c4a80b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/create_injection_test.py
View file @
845a0aaa
...
...
@@ -130,7 +130,7 @@ class TestCreateInjections(unittest.TestCase):
len
(
df
.
columns
.
values
)
>
1
,
f
"Column names:
{
df
.
columns
.
values
}
"
)
self
.
assertAlmostEqual
(
df
[
"geocent
er
_time
s
"
].
iloc
[
0
]
/
100
,
gps_vals
[
0
]
/
100
,
places
=
1
df
[
"geocent_time"
].
iloc
[
0
]
/
100
,
gps_vals
[
0
]
/
100
,
places
=
1
)
def
test_create_injection_file_json
(
self
):
...
...
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