Skip to content

Commit

Permalink
Fixing doc build JuliaDocs/Documenter.jl#2538
Browse files Browse the repository at this point in the history
  • Loading branch information
alonsoC1s committed Jun 25, 2024
1 parent 8f9ec0a commit 81af0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Classifies the `n` agents in X into the 2^`N` orthants (or quadrants) by
returning an adjacency matrix of size n × 2^`N` where the i-th row has a single
true entry representing which orthant the i-th agent is in.
FIXME: Might be overcomplicated. Perhaps achieved with A .> [0, 0] (simplified idea)
FIXME: Might be overcomplicated. Perhaps achieved with A .> [0, 0], (simplified idea)
"""
function _orthantize(X)
N = size(X, 2) # Dimensions of the problem (i.e N if R^N is the problem space)
Expand Down

0 comments on commit 81af0f7

Please sign in to comment.