Files
2012-02-21 01:15:00 -05:00

1 line
7.1 KiB
JSON

[{"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309186933.4319839, "message": "fine with me", "group_id": 9959, "id": 1496052}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309187863.9571891, "message": "well, the __init__.py will always be there. But the underlying library may not.", "group_id": 9959, "id": 1496172}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187865.1280539, "message": "Well that was to see what functions the backend supports without importing", "group_id": 9959, "id": 1496173}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309188003.059571, "message": "whether opencl is installed you will need to import it first", "group_id": 9959, "id": 1496187}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187262.995523, "message": "That is for the backend system", "group_id": 9959, "id": 1496106}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309186900.0619149, "message": "Hello guys", "group_id": 9959, "id": 1496048}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187194.264847, "message": "Ok so lets begin", "group_id": 9959, "id": 1496096}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187449.271255, "message": "Inherit from BackendTester and add backend keyword to your tests you want backendified. Backend tests will then be generated automatically.", "group_id": 9959, "id": 1496137}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309188861.818006, "message": "Giving up. talk to you all later.", "group_id": 9959, "id": 1496371}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309186877.391885, "message": "Will Stefan be here this week?", "group_id": 9959, "id": 1496045}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309186907.7615631, "message": "I suspect so, shall we wait a few minutes?", "group_id": 9959, "id": 1496050}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187002.7302499, "message": "sure", "group_id": 9959, "id": 1496065}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187330.3953459, "message": "I also added a way to test the backends to the test system", "group_id": 9959, "id": 1496115}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187536.651248, "message": "will they only be generated for backends that are available?", "group_id": 9959, "id": 1496144}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187542.108701, "message": "Yes", "group_id": 9959, "id": 1496147}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187605.726038, "message": "Hmm didn't think of that yet.", "group_id": 9959, "id": 1496155}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309188215.6882229, "message": "I think my network might be crapping out", "group_id": 9959, "id": 1496217}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187973.6445751, "message": "hmmm, I'm starting to think all of this would be a *lot* easier if we just put some info in the __init__.py files", "group_id": 9959, "id": 1496182}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187254.9366961, "message": "I've made some fixes you suggested chris, and moved to using compile instead.", "group_id": 9959, "id": 1496104}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187404.8017869, "message": "class TestSobel(BackendTester):\n def test_00_00_zeros(self, backend=None):\n \"\"\"Sobel on an array of all zeros\"\"\"\n result = F.sobel(np.zeros((10, 10), dtype=np.float32), backend=backend)\n assert (np.all(result == 0))", "group_id": 9959, "id": 1496124}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187551.767128, "message": "i.e. if I don't have opencl installed, it wont try to run tests for that backend?", "group_id": 9959, "id": 1496149}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187874.8451941, "message": "wait no", "group_id": 9959, "id": 1496174}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187875.0369749, "message": "my brain isn't switched on", "group_id": 9959, "id": 1496175}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309187932.5224531, "message": "But, in any case, the test generator can probably check for ImportError on the backend libraries, and Skip if so.", "group_id": 9959, "id": 1496176}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309187990.5894339, "message": "I think we have to, to make binary packaging possible.", "group_id": 9959, "id": 1496185}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309187707.2429161, "message": "I guess you're going to be stuck with a test failure there. I'll try to think of a way around that.", "group_id": 9959, "id": 1496162}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309187750.819272, "message": "isn't there some way to probe for opencl and other libraries without actually loading them?", "group_id": 9959, "id": 1496167}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187840.467165, "message": "?", "group_id": 9959, "id": 1496171}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187836.4941649, "message": "I thought that was the whole purpose of using compile/__init__.py etc... do see which backends the user has", "group_id": 9959, "id": 1496170}, {"user_id": 22813, "stars": [], "topic_id": 40550, "date_created": 1309187983.4623621, "message": "like a dictionary what exists", "group_id": 9959, "id": 1496184}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309188561.331794, "message": "hello?", "group_id": 9959, "id": 1496292}, {"user_id": 34630, "stars": [], "topic_id": 40550, "date_created": 1309188018.029052, "message": "But that doesn't solve the problem of testing for (e.g.) opencl without importing it if it is there.", "group_id": 9959, "id": 1496189}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309188932.1187871, "message": "Ping", "group_id": 9959, "id": 1496383}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309189065.4171109, "message": "@sccolbert you there?", "group_id": 9959, "id": 1496402}, {"user_id": 33626, "stars": [], "topic_id": 40550, "date_created": 1309189027.7640901, "message": "@stefanvdwalt hello, it seems convore may have issues. I couldn't quite get decorators to work with nose tests.", "group_id": 9959, "id": 1496398}, {"user_id": 33559, "stars": [], "topic_id": 40550, "date_created": 1309188952.3095829, "message": "Hi all. The network connection here is super wonky, so I may pop in and out all the time. Regarding tests: we should generate one test per backend, either via dedcorator or tzhau's current method. Skips should be generated if the backend is not available.", "group_id": 9959, "id": 1496388}, {"user_id": 33559, "stars": [], "topic_id": 40550, "date_created": 1309190462.65853, "message": "tzhau: how come?", "group_id": 9959, "id": 1496663}]