Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 11, 2024
2 parents d32a44b + e0761bf commit a101de4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inst/@sym/intersect.m
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
%% Copyright (C) 2024 Swayam Shah <[email protected]>
%% Copyright (C) 2016, 2019 Colin B. Macdonald
%% Copyright (C) 2016 Lagu
%%
Expand Down Expand Up @@ -98,7 +99,7 @@
%! % empty input
%! A = sym([1 2]);
%! C = intersect(A, []);
%! assert (isequal (C, sym([])))
%! assert (isempty (C))

%!test
%! % scalar
Expand Down

0 comments on commit a101de4

Please sign in to comment.