Takumi

Results 2 issues of Takumi

## Problem When I execute spike command, nothing is output. I wrote this easiest C source code ```c int main() { return 0; } ``` , and compiled it with...

## Description When I execute the following program written in README.md, ```python import pydp as dp from pydp.algorithms.laplacian import BoundedMean x = BoundedMean(0.6, 1, 10) x = BoundedMean(0.6) x.quick_result(input_data) ```...

Type: Question :grey_question: