Skip to content

Commit

Permalink
Correction to read_binary() example
Browse files Browse the repository at this point in the history
  • Loading branch information
EDCarman committed May 21, 2024
1 parent b5d451e commit 677600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/pytwin/evaluate/tbrom.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read_binary(filepath):
Examples
--------
>>> from pytwin import write_binary
>>> from pytwin import read_binary
>>> snapshot_data = read_binary('snapshot.bin')
"""
return np.fromfile(filepath, dtype=np.double, offset=8).reshape(
Expand Down

0 comments on commit 677600e

Please sign in to comment.