Skip to content

Commit

Permalink
lychee - add exclusion link for w3.org, increase n_frequency for eis …
Browse files Browse the repository at this point in the history
…integration tests
  • Loading branch information
BradyPlanden committed Aug 19, 2024
1 parent 563737e commit d8f0be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lychee_links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
--exclude "https://a.tile.openstreetmap.org/*"
--exclude "https://openstreetmap.org/*|https://www.openstreetmap.org/*"
--exclude "https://cdn.plot.ly/*"
--exclude "http://www.w3.org/*" | "https://www.w3.org/*"
--exclude "https://doi.org/*"
--exclude-path ./CHANGELOG.md
--exclude-path asv.conf.json
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/test_eis_parameterisation.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def optimiser(self, request):

@pytest.fixture
def optim(self, optimiser, model, parameters, cost, init_soc):
n_frequency = 12
n_frequency = 15
# Set frequency set
f_eval = np.logspace(-4, 5, n_frequency)

Expand Down

0 comments on commit d8f0be9

Please sign in to comment.