openforcefield / standards

A repository of the standards employed across the Open Force Field Consortium.
https://openforcefield.github.io/standards
MIT License
1 stars 3 forks source link

Update links #67

Closed mattwthompson closed 1 month ago

mattwthompson commented 1 month ago

None of these are substantive changes to the SMIRNOFF specifications so I'm not waiting for review

mattwthompson commented 1 month ago

The more links I checked, the more I found were broken. I got tired of this and adopted an existing script that runs through links and checks them, which itself found some more broken links.

I'm not pushing to run that script in automation in this repo, but I'm tracking it in the source tree for future developers that run into this headache.


$ pytest tests/test_links.py -r fE
================================================= test session starts ==================================================
platform darwin -- Python 3.11.9, pytest-8.2.0, pluggy-1.5.0
Using --randomly-seed=773047424
rootdir: /Users/mattthompson/software/standards
plugins: randomly-3.15.0, xdist-3.6.1
collected 77 items

tests/test_links.py ...s....s....ss........s.........................s..............s...s.......s                [100%]

============================================ 68 passed, 9 skipped in 22.52s ============================================