Skip to content

Commit

Permalink
add OHT key to AE test config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel committed Jul 15, 2024
1 parent f601c4b commit 57d0b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/config/test_AE.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ def test_config(self, dropConfig,demo_dir):
'padjCutoff': 1,
'zScoreCutoff': 0,
'genesToTest': 'Data/genes_to_test.yaml',
'maxTestedDimensionProportion': 3
'maxTestedDimensionProportion': 3,
'useOHTtoObtainQ': True
}
print(dropConfig.AE.dict_.items())
assert dict_.items() <= dropConfig.AE.dict_.items()
Expand Down

0 comments on commit 57d0b35

Please sign in to comment.