diff --git a/dstat_interface/experiments/experiment_template.py b/dstat_interface/experiments/experiment_template.py index 29aa8393aa81d89eb7bb2dc7a6763881bb45f342..a0e619ee79c945ec1db6ea4188e47faabb1d9753 100755 --- a/dstat_interface/experiments/experiment_template.py +++ b/dstat_interface/experiments/experiment_template.py @@ -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