readme and test
This commit is contained in:
parent
faaad93ef4
commit
517b7d55f1
5 changed files with 91 additions and 68 deletions
|
|
@ -167,7 +167,7 @@ fn lyagushka(_py: Python, int_list: &PyList, factor: f32, min_cluster_size: usiz
|
|||
|
||||
|
||||
#[pymodule]
|
||||
fn lyagushka_module(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
fn pyagushka(_py: Python, m: &PyModule) -> PyResult<()> {
|
||||
m.add_function(wrap_pyfunction!(lyagushka, m)?)?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue