Skip to content

Commit

Permalink
Update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Oct 5, 2023
1 parent 8284bf6 commit f470025
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ using Test, Random, TensorKit

include("choosetests.jl")

(; tests, sectors, exit_on_error, use_revise, seed) = choosetests(ARGS)

choices = choosetests(ARGS)

tests = choices.tests
sectors = choices.sectors
exit_on_error = choices.exit_on_error
use_revise = choices.use_revise
seed = choices.seed


module Utility
include("utility.jl")
Expand Down

0 comments on commit f470025

Please sign in to comment.