Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 committed Sep 26, 2022
1 parent 058e8c2 commit 0af9d85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_dfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ def test_dfp_user123_multi_segment(mock_ae, config, tmp_path):
pipe.add_stage(WriteToFileStage(config, filename=out_file, overwrite=False))

pipe.run()
pipe.visualize("./dfp_multi_segment.svg")

mock_ae.fit.assert_called_once()
mock_ae.build_input_tensor.assert_called_once()
Expand Down

0 comments on commit 0af9d85

Please sign in to comment.