Skip to content

Commit

Permalink
Merge pull request #11 from ShantanuThakoor/APIwork
Browse files Browse the repository at this point in the history
Fixed arguments supplied to MarabouNetworkTF
  • Loading branch information
ShantanuThakoor authored Apr 5, 2018
2 parents d0129c6 + 3c0f4d5 commit c4b0c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maraboupy/Marabou.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def read_tf(filename, inputName=None, outputName=None):
Returns:
marabouNetworkTF: (MarabouNetworkTF) representing network
"""
return MarabouNetworkTF(filename)
return MarabouNetworkTF(filename, inputName, outputName)

0 comments on commit c4b0c7d

Please sign in to comment.