Skip to content

Commit 05300c5

Browse files
authored
Merge pull request #113 from tlunet/dev/tibo
TL: small synthax correction
2 parents cbdfa4e + 0eda8e4 commit 05300c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/core/Sweeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, pars):
2020
self.initial_guess = 'spread'
2121

2222
for k, v in pars.items():
23-
if k is not 'collocation_class':
23+
if k != 'collocation_class':
2424
setattr(self, k, v)
2525

2626
self._freeze()

0 commit comments

Comments
 (0)