Skip to content

Commit

Permalink
Clear relayout of square matrices.
Browse files Browse the repository at this point in the history
  • Loading branch information
orenbenkiki committed Mar 29, 2024
1 parent 5cdf380 commit 744bf6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/v0.1.0/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-29T16:47:26","documenter_version":"1.3.0"}}
{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-03-29T21:22:31","documenter_version":"1.3.0"}}
1 change: 1 addition & 0 deletions src/copies.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function copy_matrix!(;
rows_relation::Maybe{Symbol} = nothing,
columns_relation::Maybe{Symbol} = nothing,
)::Nothing
relayout = relayout && rows_axis != columns_axis
if rename == nothing
@debug "copy_matrix! $(destination.name) <$(relayout ? "%" : "#")$(overwrite ? "-" : "=") $(source.name) / $(rows_axis)($(rows_relation)) / $(columns_axis)($(columns_relation)) : $(name) || $(describe(default)) ?? $(describe(empty))"
else
Expand Down

0 comments on commit 744bf6c

Please sign in to comment.