File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 exceptions ,
2727 extensions ,
2828 flows ,
29+ publishing ,
2930 runs ,
3031 setups ,
3132 study ,
3637from .datasets import OpenMLDataFeature , OpenMLDataset
3738from .evaluations import OpenMLEvaluation
3839from .flows import OpenMLFlow
39- from .publish import publish
4040from .runs import OpenMLRun
4141from .setups import OpenMLParameter , OpenMLSetup
4242from .study import OpenMLBenchmarkSuite , OpenMLStudy
@@ -116,7 +116,7 @@ def populate_cache(
116116 "exceptions" ,
117117 "extensions" ,
118118 "flows" ,
119- "publish " ,
119+ "publishing " ,
120120 "runs" ,
121121 "setups" ,
122122 "study" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ def publish(self):
104104 assert obj .name == "new"
105105 assert obj .tags == [{"tag" : "legacy" }]
106106
107- @mock .patch ("openml.extensions.functions .get_extension_by_model" )
107+ @mock .patch ("openml.publishing.extensions .get_extension_by_model" )
108108 def test_publish_with_extension (self , get_ext_mock ):
109109 flow_mock = mock .MagicMock ()
110110 flow_mock .tags = []
You can’t perform that action at this time.
0 commit comments