Skip to content

Commit

Permalink
assign result correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Dec 17, 2024
1 parent f75c1e3 commit 922bb92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test(self):
extra_opts['input'] = self.pipeline.get_option('input_file')
extra_opts['output'] = self.pipeline.get_option('output_file')
extra_opts['model_path'] = self.pipeline.get_option('model')
tensorflow_mnist_classification.run(
self.result = tensorflow_mnist_classification.run(
self.pipeline.get_full_options_as_args(**extra_opts),
save_main_session=False)

Expand Down

0 comments on commit 922bb92

Please sign in to comment.