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 2f9d343 commit 6321048Copy full SHA for 6321048
tests/utils/test_emtf_quality_factors.py
@@ -53,7 +53,7 @@ def setUpClass(self):
53
{"fn": TF_EDI_QUANTEC, "rounded_qf": 5.0, "qf": 4.75},
54
{"fn": TF_EDI_RHO_ONLY, "rounded_qf": 4.0, "qf": 3.75},
55
{"fn": TF_EDI_SPECTRA, "rounded_qf": 4.0, "qf": 4.0},
56
- {"fn": TF_JFILE, "rounded_qf": 2.0, "qf": 2.0},
+ {"fn": TF_JFILE, "rounded_qf": 2.0, "qf": 2.25},
57
{"fn": TF_POOR_XML, "rounded_qf": 3.0, "qf": 2.8},
58
{"fn": TF_XML, "rounded_qf": 4.0, "qf": 4.4},
59
{"fn": TF_XML_COMPLETE_REMOTE_INFO, "rounded_qf": 4.0, "qf": 4.0},
0 commit comments