Skip to content

Commit

Permalink
FIX: Small changes to fix PR mne-tools#3747 (mne-tools#3782)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoelling1919 authored and larsoner committed Nov 22, 2016
1 parent 0b104fa commit 496db65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1881,4 +1881,4 @@ of commits):

.. _Antti Rantala: https://github.com/Odingod

.. _Keith Doelling: https://science.keithdoelling.com
.. _Keith Doelling: http://science.keithdoelling.com
8 changes: 4 additions & 4 deletions mne/io/kit/kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,14 +804,14 @@ def read_raw_kit(input_fname, mrk=None, elp=None, hsp=None, stim='>',
raw : Instance of RawKIT
A Raw object containing KIT data.
See Also
--------
mne.io.Raw : Documentation of attribute and methods.
Notes
-----
If mrk, hsp or elp are array_like inputs, then the numbers in xyz
coordinates should be in units of meters.
See Also
--------
mne.io.Raw : Documentation of attribute and methods.
"""
return RawKIT(input_fname=input_fname, mrk=mrk, elp=elp, hsp=hsp,
stim=stim, slope=slope, stimthresh=stimthresh,
Expand Down
2 changes: 0 additions & 2 deletions mne/io/kit/tests/test_kit.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
hsp_txt_path = op.join(data_dir, 'test_hsp.txt')
elp_path = op.join(data_dir, 'test.elp')
hsp_path = op.join(data_dir, 'test.hsp')
# this is a fake headshape made up of a unit sphere to test decimation
sphere_hsp_txt_path = op.join(data_dir, 'test_sphere_hsp.txt')


def test_data():
Expand Down

0 comments on commit 496db65

Please sign in to comment.