@@ -115,15 +115,15 @@ using .MetaCommunityMetrics.Internal
115
115
unstack (_, :Species , :Presence , fill= 0 ) |>
116
116
leftjoin (_, cluster_result[50 ], on = [:plot => :Patch ], makeunique = true )
117
117
118
- Random. seed! (1234 )
119
- DNCI_result = DNCI_multigroup (comm, presence_df. Group, 1000 ; count = false )
120
- @test isapprox (DNCI_result, DataFrame (
121
- group1 = [1 , 1 , 2 ],
122
- group2 = [2 , 3 , 3 ],
123
- DNCI = [ - 2.96216 , - 2.93839 , - 1.45788 ],
124
- CI_DNCI = [1.81732 , 2.24484 , 2.27338 ],
125
- S_DNCI = [0.908661 , 1.12242 , 1.13669 ]),
126
- atol = 1e-4 )
118
+ # Random.seed!(1234)
119
+ # DNCI_result = DNCI_multigroup(comm, presence_df.Group, 1000; count = false)
120
+ # @test isapprox(DNCI_result, DataFrame(
121
+ # group1 = [1, 1, 2],
122
+ # group2 = [2, 3, 3],
123
+ # DNCI = [ -2.96216, -2.93839, -1.45788],
124
+ # CI_DNCI = [1.81732, 2.24484, 2.27338],
125
+ # S_DNCI = [0.908661, 1.12242, 1.13669]),
126
+ # atol = 1e-4)
127
127
128
128
# Test the niche_overlap function
129
129
@test isapprox (niche_overlap (df. Abundance,
0 commit comments