Skip to content

Commit

Permalink
Forgot simple variable assignement.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse committed Jul 19, 2019
1 parent 6e388da commit 9f9b76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sacred/stflow/method_interception.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


if opt.has_tensorflow:
opt.get_tensorflow()
tf = opt.get_tensorflow()
else:
tf = None

Expand Down

0 comments on commit 9f9b76f

Please sign in to comment.