Searched refs:bad_pipeline (Results 1 – 1 of 1) sorted by relevance
309 def bad_pipeline(sampler, msg): function316 bad_pipeline(sampler=[1.5, 7],319 bad_pipeline(sampler=["a", "b"],321 bad_pipeline(sampler="a", msg="Unsupported sampler object of type (<class 'str'>)")322 bad_pipeline(sampler="", msg="Unsupported sampler object of type (<class 'str'>)")323 bad_pipeline(sampler=np.array([[1, 2]]),