pyculiarity
pyculiarity copied to clipboard
TypeError: sum() got an unexpected keyword argument 'axis'
hi, I don't know how to deal with this error, can you help me?
Yeah, I also encountered the same problem. And the bug in detect_anoms.py
If just use resample(), it return a sampler object, so should continue use
sum()
orcount()
solve this problem