Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
anuprulez committed Dec 21, 2023
1 parent b50b15f commit 4b6e947
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/biomodelsML/biomodels_BIOMD0000001076.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ data_test = pd.read_csv('$input_file', sep="\t")
data_test = pd.read_csv('$input_file', sep=",")
#end if
print(data_test)
Xdatap = data_test.iloc[:,:-1].values
print(Xdatap)
sess = rt.InferenceSession(os.getcwd() + "/MLP_model3.onnx")
input_name = sess.get_inputs()[0].name
label_name = sess.get_outputs()[0].name
Expand Down

0 comments on commit 4b6e947

Please sign in to comment.