@@ -153,16 +153,16 @@ def _make_experiment(
153153 )
154154
155155 def __init__ (
156- self ,
157- group_match : bool = False ,
158- distance : Literal ["mahalanobis" , "l2" ] = "mahalanobis" ,
159- metric : Literal ["atc" , "att" , "ate" ] = "ate" ,
160- bias_estimation : bool = True ,
161- quality_tests : (
162- Literal ["smd" , "psi" , "ks-test" , "repeats" , "t-test" , "auto" ]
163- | list [Literal ["smd" , "psi" , "ks-test" , "repeats" , "t-test" , "auto" ]]
164- ) = "auto" ,
165- faiss_mode : Literal ["base" , "fast" , "auto" ] = "auto" ,
156+ self ,
157+ group_match : bool = False ,
158+ distance : Literal ["mahalanobis" , "l2" ] = "mahalanobis" ,
159+ metric : Literal ["atc" , "att" , "ate" ] = "ate" ,
160+ bias_estimation : bool = True ,
161+ quality_tests : (
162+ Literal ["smd" , "psi" , "ks-test" , "repeats" , "t-test" , "auto" ]
163+ | list [Literal ["smd" , "psi" , "ks-test" , "repeats" , "t-test" , "auto" ]]
164+ ) = "auto" ,
165+ faiss_mode : Literal ["base" , "fast" , "auto" ] = "auto" ,
166166
167167 ):
168168 super ().__init__ (
0 commit comments