We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4b09c commit a583a70Copy full SHA for a583a70
v03_pipeline/lib/logger.py
@@ -32,4 +32,4 @@ def get_logger(name: str):
32
if not _CONFIGURED:
33
logging.config.dictConfig(LOG_CONFIG)
34
_CONFIGURED = True
35
- return logging.getLogger(name)
+ return logging.getLogger(name)
v03_pipeline/lib/tasks/write_project_family_tables_test.py
@@ -32,7 +32,6 @@ def test_snv_write_project_family_tables_task(self) -> None:
hl.read_table(write_family_table_task.output().path)
for write_family_table_task in write_project_family_tables.dynamic_write_family_table_tasks
]
- print('bensadf', len(hts))
36
self.assertCountEqual(
37
[ht.globals.sample_ids.collect() for ht in hts],
38
[
0 commit comments