Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
KCE
kce_etl
Commits
1a113905
Commit
1a113905
authored
Apr 20, 2020
by
Venkat Malladi
Browse files
Update to python 3.
parent
adc57136
Changes
5
Hide whitespace changes
Inline
Side-by-side
tests/test_transform_germline.py
View file @
1a113905
...
...
@@ -3,7 +3,7 @@
import
pytest
import
os
import
pandas
as
pd
from
StringIO
import
StringIO
from
io
import
StringIO
import
transform_germline_mutations
...
...
tests/test_transform_imaging.py
View file @
1a113905
...
...
@@ -3,7 +3,7 @@
import
pytest
import
os
import
pandas
as
pd
from
StringIO
import
StringIO
from
io
import
StringIO
import
transform_imaging
...
...
tests/test_transform_labs.py
View file @
1a113905
...
...
@@ -3,7 +3,7 @@
import
pytest
import
os
import
pandas
as
pd
from
StringIO
import
StringIO
from
io
import
StringIO
import
transform_labs
...
...
tests/test_transform_patients.py
View file @
1a113905
...
...
@@ -2,7 +2,7 @@
import
pytest
import
pandas
as
pd
from
StringIO
import
StringIO
from
io
import
StringIO
import
transform_patients
...
...
tests/test_transform_vitals.py
View file @
1a113905
...
...
@@ -3,7 +3,7 @@
import
pytest
import
os
import
pandas
as
pd
from
StringIO
import
StringIO
from
io
import
StringIO
import
transform_vitals
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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