Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
56045da2
Commit
56045da2
authored
Feb 27, 2014
by
Andreas Freise
Browse files
I don't know what a nametubple does, but this seems more correct.
parent
16dad318
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/commands.py
View file @
56045da2
...
...
@@ -73,7 +73,7 @@ class gauss(object):
print
""
class
tf
(
Command
):
fQ
=
namedtuple
(
'fQ'
,
'f'
,
'Q'
)
fQ
=
namedtuple
(
'fQ'
,
[
'f'
,
'Q'
]
)
def
__init__
(
self
,
name
,
poles
,
zeros
):
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment