diff --git a/src/pysyd/target.py b/src/pysyd/target.py index 2a89599..07ed476 100644 --- a/src/pysyd/target.py +++ b/src/pysyd/target.py @@ -729,6 +729,10 @@ def estimate_parameters(self, estimate=True,): self.params['results'] = {} if 'plotting' not in self.params: self.params['plotting'] = {} + + if self.params['numax'] is not None: + self.params['estimate'] = False + if self.params['estimate']: # get initial values and fix data self.initial_estimates()