Skip to content

Commit

Permalink
Adding allowed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Ben Ami authored and NadavClassiq committed Jan 5, 2025
1 parent 912afbe commit 36be5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
URL_IN_MARKDOWN_REGEX = re.compile(r"(?<=\]\()%s(?=\s*\))" % URL_REGEX)
SKIPPED_URLS = [
"https://journals.aps.org/rmp/abstract/10.1103/RevModPhys.69.607", # From date: 19.12.24, notebook: hamiltonian_simulation_guide.ipynb
"https://doi.org/10.1137/S0036144598336745", # From date: 5.1.25, notebook: algorithms/differential_equations/discrete_poisson_solver/discrete_poisson_solver.ipynb
]


Expand Down

0 comments on commit 36be5d6

Please sign in to comment.