python train.py
File "/chainer-cyclegan/updater.py", line 122, in update_core
x_y = self.gen_g(x)
File "/chainer-cyclegan/common/net.py", line 146, in call
h = self.c1(x, test=test)
File "/chainer-cyclegan/common/net.py", line 83, in call
h = self.batchnorm(h, test=test)
TypeError: call() got an unexpected keyword argument 'test'