Skip to content

Commit

Permalink
Default setting forward mode
Browse files Browse the repository at this point in the history
  • Loading branch information
eagonmeng committed Dec 12, 2018
1 parent 6615e96 commit f4a8886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodiff/settings.py
@@ -1,7 +1,7 @@
""" Settings submodule """

# Forward or reverse modes, options are "reverse" or "forward"
__DEFAULT_AD_MODE__ = "reverse"
__DEFAULT_AD_MODE__ = "forward"

class Settings():
def __init__(self):
Expand Down

0 comments on commit f4a8886

Please sign in to comment.