Skip to content

Commit

Permalink
Merge pull request #568 from esi-neuroscience/gitlab-relax-coh-channe…
Browse files Browse the repository at this point in the history
…lcmb

Gitlab relax coh channelcmb
  • Loading branch information
dfsp-spirit committed Sep 6, 2023
2 parents 9d2eb0e + 84c795f commit 5988d08
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 @@ -509,7 +509,7 @@ def test_coh_channelcmb(self):
# now compare with post-selections of full output
# here there is strict numerical equality:
# shape of csd has no influence on specific channel pair coherence!
assert np.allclose(res_all_sel.data[:], res_cmb.data[:], atol=1e-15)
assert np.allclose(res_all_sel.data[:], res_cmb.data[:], atol=1e-7)

def test_coh_selections(self):

Expand Down

0 comments on commit 5988d08

Please sign in to comment.