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 db38cf7 + 51f9ba5 commit 2d33ad6
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 2d33ad6

Please sign in to comment.