Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Dec 2, 2024
1 parent a7b05c1 commit be907ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytim/observables/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ def _():
>>> stdprof = pytim.observables.Profile()
>>> stdprof.sample(u.atoms)
>>> vals = stdprof.get_values(binwidth=0.5)[2]
>>> print(np.around(vals[:6],decimals=6))
[0.092292 0.109596 0.080755 0.109596 0.09806 0.09806 ]
>>> print(np.around(vals[:6],decimals=3))
[0.092 0.11 0.081 0.11 0.098 0.098]
>>> prof = pytim.observables.Profile(interface=inter)
>>> prof.sample(u.atoms)
Expand Down

0 comments on commit be907ff

Please sign in to comment.