We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de23af4 commit 470675cCopy full SHA for 470675c
landmarkerio/template.py
@@ -53,7 +53,7 @@ def load_yaml_template(filepath, n_dims):
53
54
if isinstance(connectivity, list):
55
index = parse_connectivity(connectivity, n)
56
- elif connectivity is 'cycle':
+ elif connectivity == 'cycle':
57
index = parse_connectivity(
58
['0:%d' % (n - 1), '%d 0' % (n - 1)], n)
59
else:
0 commit comments