Closed allaffa closed 1 year ago
Regarding the citest failure, I ran on my local machine and found test_datasetclass_inheritance.py is causing a problem. It looks like there is a conflict in using ddp inside pytest with mutliple test cases. I will look for some examples in the internet.
@jychoi-hpc @pzhanggit Wait for the CI test to end, and then you can proceed reviewing this PR one more time :-)
@pzhanggit Thanks. Indeed, I had forgotten to change it inside
abstractrawdataset.py
. I noticed that the class inheritance fromabstractrawdataset.py
was not guarded. Therefore, I created apytest
to check this. Th new pytest is calledtest_datasetclass_inheritance.py