Skip to content

Commit

Permalink
$mol_graph up
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Mar 18, 2024
1 parent 51e9091 commit 0a6131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace $.$$ {

@ $mol_mem
inspect_stat() {
return this.inspect_graph().group_depth_min.map( nodes => nodes.length )
return this.inspect_graph().depth_nodes( Math.min ).map( nodes => nodes.length )
}

inspect_stat_depth() {
Expand Down

0 comments on commit 0a6131c

Please sign in to comment.