Skip to content

Commit

Permalink
try to fix make_unique docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm204 committed Feb 4, 2025
1 parent bae0758 commit 46de8c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,14 @@ ad_sub[[1,3],:]
Make duplicate `var_names` unique by appending a numbered suffix.

```@example 1
import Muon: var_names_make_unique! # hide
var_names_make_unique!(ad)
```

Similarly, we can make `obs_names` unique also.

```@example 1
import Muon: obs_names_make_unique! # hide
obs_names_make_unique!(ad)
```

Expand Down

0 comments on commit 46de8c2

Please sign in to comment.