Skip to content
Snippets Groups Projects
Commit 7b1efc6f authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

Increase glitched point removal.

parent 5a4421d9
Branches
Tags
1 merge request!12Python 3 Support
......@@ -299,7 +299,7 @@ class Experiment(object):
in subclass.
"""
try:
if self.datapoint == 0:
if self.datapoint <= 1:
return None
except AttributeError: # Datapoint counting is optional
pass
......
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