mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-11 05:13:26 +08:00
2a73873097
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.