Skip to content

Commit

Permalink
increase range
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbrain committed Nov 13, 2023
1 parent 287853f commit d1071ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/gdUnit4/GdUnitRunner.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"included":{"res://test/":[]},"server_port":31002,"skipped":{},"version":"1.0"}
{"included":{"res://test/randomized_composites/weighted_sampling/selector_random/selector_random_weights_test.gd":["test_weights_effecting_sample"]},"server_port":31002,"skipped":{},"version":"1.0"}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ extends GdUnitTestSuite

const __source = "res://test/randomized_composites/weighted_sampling/selector_random/SelectorRandomWeights.tscn"

const ACCEPTABLE_RANGE = 3.0
const ACCEPTABLE_RANGE = 4.0


func create_scene() -> Node2D:
Expand Down

0 comments on commit d1071ff

Please sign in to comment.