Skip to content

Commit

Permalink
clean up search
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekGardas committed Mar 9, 2021
1 parent a18e803 commit cca74f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/search.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ using CSV
spectrum=full_spectrum,
)

for origin (:NW, )# :SW, :WS, :WN, :NE, :EN, :SE, :ES)
for origin (:NW,)# :SW, :WS, :WN, :NE, :EN, :SE, :ES)
peps = PepsNetwork(m, n, fg, β, origin, control_params)

# solve the problem using B & B
Expand Down

0 comments on commit cca74f6

Please sign in to comment.