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 00be401 commit 57666faCopy full SHA for 57666fa
1 file changed
openml/flows/flow.py
@@ -341,6 +341,10 @@ def publish(self):
341
self : OpenMLFlow
342
343
"""
344
+ # Import at top not possible because of cyclic dependencies. In
345
+ # particular, flow.py tries to import functions.py in order to call
346
+ # get_flow(), while functions.py tries to import flow.py in order to
347
+ # instantiate an OpenMLFlow.
348
import openml.flows.functions
349
350
xml_description = self._to_xml()
0 commit comments