-
Our MD modules provides a multi-part API where some sequences are guaranteed to work, and some other sequences just happen to work with our software implementation but are no guaranteed to work with a…
-
It's not urgent at all, since the consumer can create abstractions that hide certain functions but wanted to see what we think about this (Or if we just wanna say "leave it to the consumer to deal wit…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv64gcv_zvl1024b lp64d medlow multilib -mrvv-max-lmul=m2|24/3|0/0|0/0|[bf11ecbb02b517dff0034f02adacf9269a11a095](…
-
https://github.com/emilybarre/inclass_unit_testing_exercise/blob/7c4b2636648cbac4b58427a19f3ce9facded30a7/find_y.py#L14-L40
-
```
I have a factory function which returns a test generator. I want to use this
function in different test modules in order to get a similar set of test
generators with the ability to change some p…
-
### Is your feature request related to a problem?
I'm currently trying to get NVS running on a Linux target. Sadly this is more difficult than I've had anticipated. Just calling
```c
nvs_flash_init…
-
-
#### Code coverage for inference functions
- [ ] managed to trigger the following warning when `input_degree=5` and `fold_multiplier=3` for [this unit test](https://github.com/unitaryfund/mitiq/blo…
-
`Purchases` is currently only like a namespace for several functions and has several static functions.
As the functions are static it makes it hard to mock `Purchases` to write tests if data is cor…
-
For memory-layout-analysis, we only have test that consists of a single chain with predetermined scheduling order. For example, in MNIST test we have a single chain with only functions args as inputs …