Skip to content

Commit

Permalink
Replace SegyFile with segyio.SegyFile
Browse files Browse the repository at this point in the history
Two documentation strings in python/segyio/tools.py
referred to SegyFile. This caused a problem with the
tests, so I changed it to segyio.SegyFile.
  • Loading branch information
ar4 committed May 14, 2021
1 parent 3044598 commit 5bf27cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/segyio/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def rotation(f, line = 'fast'):
Parameters
----------
f : SegyFile
f : segyio.SegyFile
line : { 'fast', 'slow', 'iline', 'xline' }
Returns
Expand Down Expand Up @@ -380,7 +380,7 @@ def resample(f, rate = None, delay = None, micro = False,
Parameters
----------
f : SegyFile
f : segyio.SegyFile
rate : int
delay : int
micro : bool
Expand Down

0 comments on commit 5bf27cc

Please sign in to comment.