Skip to content

Commit

Permalink
Updating runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
iManGHD committed Jul 28, 2022
1 parent 7402a03 commit 7b7e960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ blockedList_swiftCC_iAT_PLT_636 = @time swiftCC(myModel_iAT_PLT_636)

blockedList_TheNaive_iCN900 = @time find_blocked_reactions(myModel_iCN900)
blockedList_swiftCC_iCN900 = @time swiftCC(myModel_iCN900)
@test blockedTest_iCN900(blockedList_TheNaive_iCN900, blockedList_swiftCC_iCN900)
#@test blockedTest_iCN900(blockedList_TheNaive_iCN900, blockedList_swiftCC_iCN900)

# iNF517

blockedList_TheNaive_iNF517 = @time find_blocked_reactions(myModel_iNF517)
blockedList_swiftCC_iNF517 = @time swiftCC(myModel_iNF517)
@test blockedTest_iNF517(blockedList_TheNaive_iNF517, blockedList_swiftCC_iNF517)
#@test blockedTest_iNF517(blockedList_TheNaive_iNF517, blockedList_swiftCC_iNF517)

# iNJ661

Expand Down

0 comments on commit 7b7e960

Please sign in to comment.