Skip to content

Commit

Permalink
Updated README for pip portion
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseysbrown committed Dec 11, 2018
1 parent 67c8fe5 commit d62b27c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion AD20/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Markdown file for code documentation.
AD20 package by Group 20:
Lindsey Brown
Xinyue Wang
Kevin Yoon

For documentation, see https://github.com/CS207-AD20/cs207-FinalProject.
2 changes: 1 addition & 1 deletion AD20/Tests/test_AD20.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_ADmath_log():
assert f.der == 1/72
assert len(f.graph) == 1

def test_ADmath_log():
def test_ADmath_logistic():
f = ADmath.logistic(ADnum(0, der=1))
assert f.val == .5
assert f.der == .25
Expand Down

0 comments on commit d62b27c

Please sign in to comment.