Skip to content

Commit

Permalink
CHG: Lower Granger selection tolerance
Browse files Browse the repository at this point in the history
- see #304
  • Loading branch information
tensionhead committed Dec 14, 2022
1 parent 54de0a1 commit d8bf18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncopy/tests/test_connectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def test_gr_selections(self):
assert np.all(Gcaus_ad.data[0, ...] >= -1e-10)

# same results
assert np.allclose(Gcaus_ad.trials[0], Gcaus_spec.trials[0], atol=1e-3)
assert np.allclose(Gcaus_ad.trials[0], Gcaus_spec.trials[0], atol=1e-2)

# test one final selection into a result
# obtained via orignal SpectralData input
Expand Down

0 comments on commit d8bf18e

Please sign in to comment.