TRAIS-Lab / dattri

`dattri` is a PyTorch library for developing, benchmarking, and deploying efficient data attribution algorithms.
https://trais-lab.github.io/dattri/
MIT License
30 stars 9 forks source link

test file relocation and renaming #24

Closed TheaperDeng closed 6 months ago

TheaperDeng commented 6 months ago

Currently, all test file is located under https://github.com/TRAIS-Lab/dattri/tree/main/test/dattri/func, which does not make sense.

We need to relocate them referring to the implementation of the API. E.g., The test to https://github.com/TRAIS-Lab/dattri/blob/main/dattri/metrics/metrics.py should be put into test/dattri/metrics/test_metrics.py

jiaqima commented 6 months ago

Closing as this has been fixed.