-
Notifications
You must be signed in to change notification settings - Fork 1
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
Normalizing tests across languages.. #46
Comments
C++ and Java are synced.. Python is missing the following tests: face_shp_coll.py I removed mountain path test, since its already in the assignment repo. |
Done with all python tests except sorting benchmark.. which is also there in the assignment repo. |
here are the missing test as of now: the python equivalent of graph_map_test.java the java and python equivalent of osm.cpp. osm.cpp test the graph building while osm_snippet only test the data access. the c++ and python equivalent of sortingbenchmark.java the java and python version of wikidata_actor_snippet.cpp |
I will do some of the simpler ones first. Matthew, can you help as well? We want to wrap this up soon. |
Update: osm test for Java done, Python almost there (Matthew to take a look at this) |
sorting benchmark for C++ and python done - copy from assignment repo. |
I am trying to get the tests to be teh same across languages. Currently focused on C++ and Java. Will likely need help to write missing tests in Python. Should be done with C++/Java tests soon.
The text was updated successfully, but these errors were encountered: