mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
The IPython magic still created an output file because the output argument was only removed after the pipeline was run. This fix simply removes the argument before the call to run_pipline() when running the IPython magic.