Commit 9d66169d by Calen Pennington

Don't set a seed to None that's already None

parent 8e5373f9
......@@ -107,8 +107,6 @@ class CapaModule(XModule):
# to these bins, and may not want cohorts. So e.g. hash(your-id, problem_id) % num_bins.
# - analytics really needs small number of bins.
self.seed = system.id
else:
self.seed = None
try:
# TODO (vshnayder): move as much as possible of this work and error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment