Skip to content

Commit

Permalink
fixed test for gd
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend committed Nov 14, 2018
1 parent 005201d commit 2610a8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_simulator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func assert_eq_thresholded(vec1,vec2,epsilon,message):

func test_simulator_propigator():
var instance = simulator.new()
instance.setSize(3)
instance.setHamiltonian([Vector2(5,.1),Vector2(6,2),Vector2(1.2,.1),
Vector2(3,.1),Vector2(2,.1),Vector2(.2,.4),
Vector2(4,.2),Vector2(.5,.1),Vector2(3,.1)])
Expand Down

0 comments on commit 2610a8b

Please sign in to comment.