aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
100 stars 8 forks source link

Define more pytest markers #453

Open AnesBenmerzoug opened 11 months ago

AnesBenmerzoug commented 11 months ago

We currently have pytest.mark.torch as a pytest marker used to identify tests that depend on PyTorch. This can be used to selectively run only these tests or skip them altogether.

We should define more markers for other cases such as: