Closed TheaperDeng closed 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
test/dattri/metrics/test_metrics.py
Closing as this has been fixed.
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