X-lab2017 / open-digger

Open source analysis tools
https://open-digger.cn
Apache License 2.0
286 stars 85 forks source link

fix: fix the file path and throw error if the file not found #1401

Closed frank-zsy closed 11 months ago

frank-zsy commented 11 months ago

fix #1400

Fix the file path and throw error if test data file not found.

frank-zsy commented 11 months ago

@Zzzzzhuzhiwei I did some minor fixes of the test file, and right now most of the tests pass but there are 29 tests fail. Can you give a look on this.

Zzzzzhuzhiwei commented 11 months ago

It seems that this part of the data may have some problems, and I will correct it.

Zzzzzhuzhiwei commented 11 months ago

hi @frank-zsy, if test data file are not found because the data is random or Invalide group by label: null

frank-zsy commented 11 months ago

Ok, then we can remove the throw error part. After that how many tests fail?