[AssertionError in fit_pipeline()
when pipeline_options
is not None
#463
Labels
bug
Something isn't working
Hi guys,
I was trying out your fantastic tool and found a small bug.
Issue Description
An exception will be raised when specifying the argument
pipeline_options
in thefit_pipeline
function.Steps To Reproduce
Problem/Solution:
In api/base_task Line 1635-1638
The
update()
function returnsNone
.Replacing it with the following would remove the error:
Current workaround:
Your Local environment
The text was updated successfully, but these errors were encountered: