The only thing available to fail at this point, th...
# ask-metaflow
c
The only thing available to fail at this point, that I see, is
self.next(self.end)
, the function you see defined immediately below. What could be causing this to fail? UPDATE: Here's what's wilder. When I rename
validate_model
to
end
and I make that print statement the last thing that ever happens in the flow, we get to the print statement, and it prints! And then the flow...fails.