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 be907ff commit fcbad46
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 @@ -361,8 +361,8 @@ def _():
>>> prof = pytim.observables.Profile(interface=inter)
>>> prof.sample(u.atoms)
>>> vals = prof.get_values(binwidth=1.0)[2]
>>> print(np.around(vals[len(vals)//2-4:len(vals)//2+2],decimals=6))
[0.095548 0.097965 0.055551 0. inf 0. ]
>>> print(np.around(vals[len(vals)//2-4:len(vals)//2+2],decimals=3))
[0.096 0.098 0.056 0. inf 0. ]
"""

Expand Down

0 comments on commit fcbad46

Please sign in to comment.