Skip to content

Commit

Permalink
Update ground truth
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaCourtier committed May 22, 2024
1 parent 5dc583e commit d042e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_thevenin_parameterisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class TestTheveninParameterisation:
def setup(self):
# Set random seed for reproducibility
np.random.seed(0)
self.ground_truth = np.array([0.05, 0.05]) + np.random.normal(
self.ground_truth = np.array([0.03, 0.03]) + np.random.normal(
loc=0.0, scale=0.01, size=2
)

Expand Down

0 comments on commit d042e0d

Please sign in to comment.