-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi,
I followed the installation procedure and it apparently went without a problem.
Then, I ran
pytest tests
and I got:
`platform linux -- Python 3.7.4, pytest-5.2.1, py-1.8.0, pluggy-0.13.0
rootdir: /home/afsamani/FilterNet
plugins: remotedata-0.3.2, arraydiff-0.3, openfiles-0.4.0, doctestplus-0.4.0
collected 25 items
tests/test_datasets.py . [ 4%]
tests/test_init.py . [ 8%]
tests/test_models.py .EEs [ 24%]
tests/test_train.py F [ 28%]
tests/datasets/test_har.py .... [ 44%]
tests/datasets/test_intention_recognition.py .Killed
`
but when I run the "the scripts in the scripts/ directory", I get an error like the following:
FileNotFoundError: [Errno 2] No such file or directory: '/home/afsamani/FilterNet/filternet/datasets/OpportunityUCIDataset/cache/df_train.df.pkl'
I also looked at the stated folder above and it is apparently empty.
Any suggestion on what could be wrong?
Afshin