We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a2dbd commit 3211cceCopy full SHA for 3211cce
src/Nonlinear/ReverseAD/Coloring/Coloring.jl
@@ -191,7 +191,7 @@ function _IntDisjointSet(n)
191
@static if isdefined(DataStructures, :IntDisjointSet)
192
return DataStructures.IntDisjointSet(n)
193
else
194
- return DataStructures.IntDisjointSets(n)
+ return DataStructures.IntDisjointSets(n) # COV_EXCL_LINE
195
end
196
197
0 commit comments