-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
events.py test_Data data files missing #215
Comments
The data files I use in that test function can also be found in the Wisconsin servers, so if you'd like I can change the paths so it'll work without needing to upload them ourselves to WIPAC. |
What is the location of these files? (apologies if you told me already and i forgot...) |
oh, sorry I made a change to my $PISA_RESOURCES folder structure (PR #277). |
Hm, so this still exists, but isn't used in the testing funciton 🤔 I wonder if we can just get rid of this then.. |
I wouldn't remove the issue as long as the However, that class doesn't seem to be used by any other code than that intended unit test itself (https://github.com/search?q=repo%3Aicecube%2Fpisa+Data%28&type=code) - apart from an import (probably useless?) in Line 25 in 081606c
Maybe the better path forward would be to remove it completely (after some more research into its current and original use cases). |
For context: #364 |
Unit test
test_Data()
fails due to missing data files. Since I'm in the process of removing test, data, and all but example settings files from the PISA "master" branch (i.e.cake
) right now, don't add these in here, but I'll need to have access to them in order to add to e.g. apisa_test
directory I think I'll put on Wisconsin's servers that everyone can rsync when they want to run tests.Preferably we get to the point that the
pisa_test
files are not proprietary at all (i.e. we don't mind sharing them publicly) but I'm not going to enforce that requirement right now, I'd much rather have working tests.The text was updated successfully, but these errors were encountered: