Skip to content

Commit

Permalink
double to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kombatEldridge committed Aug 29, 2024
1 parent bb09612 commit 3552f8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,15 @@ def get_num_args(func):
else func.__code__.co_argcount
)


def get_name_args(func):
return (
("sim", "todo")
if isinstance(func, Harminv) or isinstance(func, PadeDFT)
else func.__code__.co_varnames[: func.__code__.co_argcount]
)


def vec(*args):
try:
# Check for vec(x, [y, [z]])
Expand Down

0 comments on commit 3552f8f

Please sign in to comment.