I hereby claim:
- I am ml-evs on github.
- I am funroll_loops (https://keybase.io/funroll_loops) on keybase.
- I have a public key whose fingerprint is A302 4035 F41D 394B 9DD8 D034 2303 1501 566C 022D
To claim this, I am signing this object:
❌ https://jarvis.nist.gov/optimade/jarvisdft/versions | |
ResponseError: Request to 'versions' returned HTTP status code 404. | |
Additional details from implementation: | |
Could not parse response as JSON. Content type was 'text/html; charset=utf-8'. | |
❌ https://jarvis.nist.gov/optimade/jarvisdft/v1 | |
ResponseError: Endpoint did not obey page limit: 100 entries vs 5 limit |
I hereby claim:
To claim this, I am signing this object:
def check_links(filename: str): | |
import re | |
import requests | |
regexp = re.compile(r"(?:[<])(http[s]?://[^>]+)(?:[>])") | |
with open(filename, "r") as f: | |
results = regexp.findall("\n".join(f.readlines())) | |
bad_links = set() | |
for link in set(results): |