Skip to content

Commit 7d1362b

Browse files
mgxdeffigies
andauthored
Update nitransforms/io.py
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 9557221 commit 7d1362b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitransforms/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def from_string(klass, string):
233233
def from_fileobj(klass, fileobj, check=True):
234234
return klass.from_string(fileobj.read())
235235

236-
def as_type(self, target):
236+
def set_type(self, target):
237237
"""
238238
Convert the internal transformation matrix to a different type inplace
239239

0 commit comments

Comments
 (0)