Manuel Santos

Results 3 issues of Manuel Santos

Country 0's data corresponds to the first column. Therefore, we should select raw_data[: , 0] instead of raw_data[0 , :]. Otherwise, we are selecting the first month (line) of every...

## Description Added type annotations to the approximations module of SyMPC: - [x] exponential.py - [x] log.py - [x] reciprocal.py - [x] sigmoid.py - [x] softmax.py - [x] tanh.py -...

Hi, After compiling and installing everything I tried to run the test.py as you say. After some compilation (and with some warnings in the middle regarding -Wsign-compare and -Wunused-variable) I...