Skip to content

Commit

Permalink
Remove unused n_problems property
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed Jun 14, 2024
1 parent 2a779e1 commit 48d196e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pybop/problems/fitting_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,6 @@ def __init__(self, problem_list, weights=None):
self.n_time_data = len(self._time_data)
self.set_target(combined_dataset)

@property
def n_problems(self):
return len(self.problem_list)

def evaluate(self, inputs: Inputs):
"""
Evaluate the model with the given parameters and return the signal.
Expand Down

0 comments on commit 48d196e

Please sign in to comment.