mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 13:16:44 +01:00
fixed tests
This commit is contained in:
@@ -189,7 +189,7 @@ pub trait VmpPMatOps {
|
||||
/// let rows: usize = 5;
|
||||
/// let cols: usize = 6;
|
||||
///
|
||||
/// let vecznx: module.new_vec_znx(cols);
|
||||
/// let vecznx = module.new_vec_znx(cols);
|
||||
///
|
||||
/// let mut buf: Vec<u8> = vec![u8::default(); module.vmp_prepare_tmp_bytes(rows, cols)];
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user