File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ def test_hap_frequencies_with_str_cohorts(
148148 # Test behaviour with bad cohorts param.
149149 if cohorts == "foobar" :
150150 with pytest .raises (ValueError ):
151- api .haplotype_frequencies (** params )
151+ api .haplotypes_frequencies (** params )
152152 return
153153
154154 # Run the function under test.
155- df_hap = api .haplotype_frequencies (** params )
155+ df_hap = api .haplotypes_frequencies (** params )
156156
157157 # Standard checks.
158158 check_hap_frequencies (
@@ -187,7 +187,7 @@ def test_hap_frequencies_advanced(
187187 )
188188
189189 # Run the other function under test.
190- ds_hap = api .haplotype_frequencies_advanced (** params_advanced )
190+ ds_hap = api .haplotypes_frequencies_advanced (** params_advanced )
191191
192192 # Standard checks.
193193 check_hap_frequencies_advanced (api = api , ds = ds_hap )
You can’t perform that action at this time.
0 commit comments