-
**Is your feature request related to a problem? Please describe.**
The liveness check in the `test_instrument_function_keyword_liveness` may be out of date.
**Describe the solution you'd like**
…
-
It seems some built-in functions that were tested with the version on cl12_trunk are no longer tested with the master branch version. Here are a few I could spot:
- erf
- erfc
- reciprocal
- tgamm…
-
We have a bunch of main() function and they may not be covered by tests.
We have to increase the coverage of those lines too.
-
At some point, I think we should create a suite of unit-tests to ensure functionality is not impacted as we continue to develop this code base. I think we'll probably need to rely on one of two R pack…
-
functionexpressions can be f(x), f~(x), {(x->y)}(x) proj1(S,T)(x) ect. If testing reveals that the first AST node must not be an id in all cases, this is also a bug.
-
This can be done in parallel to #4 , in order to try to find a good neural network architecture @melli1992
-
entity, annotation, entity_remote, add_annotation
interlex complaining that tid does not exist and/or annotation does not exist?
possibly ilx vs id?
@tmsincomb
-
The backend functions are currently not tested individually in isolation. This means that bugs in the backend abstractions are only spotted by unit tests if some of the more involved tests actually us…
nkoep updated
2 years ago
-
Hello Scipy Team,
Is it possible to expose the low-level special functions from scipy.special.cython_special as C symbols in a shared library (e.g., libscipy_special.so), similar to how libraries l…
-
We currently do both - some tests are prefixed with `test` while others aren't.
For consistency, I suggest we are consistent with implicit convention in Android testing docs:
https://developer.an…