Skip to content

Commit

Permalink
Merge pull request #14 from aarongrisez/feature_fix_test
Browse files Browse the repository at this point in the history
fixed test for gd
  • Loading branch information
aarongrisez committed Nov 14, 2018
2 parents 005201d + 2610a8b commit f50c16a
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 f50c16a

Please sign in to comment.