Skip to content

Commit

Permalink
MAINT: Remove crufty script
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 13, 2024
1 parent b0ac8a3 commit 8da259b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 79 deletions.
2 changes: 1 addition & 1 deletion mne/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def scaling(x=1, y=1, z=1):
return s


def translation(x=0, y=0, z=0):
def translation(x=0.0, y=0.0, z=0.0):
"""Create an array with a translation matrix.
Parameters
Expand Down
78 changes: 0 additions & 78 deletions tools/dev/generate_pyi_files.py

This file was deleted.

0 comments on commit 8da259b

Please sign in to comment.