We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7428898 commit 052a73aCopy full SHA for 052a73a
1 file changed
nc_files/remap_lib/python-stdglue/stdglue.py
@@ -358,7 +358,7 @@ def cycle_prolog(self,**words):
358
if not "r" in self.sticky_params[r.name]:
359
return "%s: cycle requires R word" % (r.name)
360
else:
361
- if self.sticky_params[r.name] <= 0.0:
+ if self.sticky_params[r.name]['r'] <= 0.0:
362
return "%s: R word must be > 0 if used (%.4f)" % (r.name, words["r"])
363
364
if "l" in words:
0 commit comments