pfnet-research / chainer-compiler

Experimental toolchain to compile and run Chainer models
MIT License
112 stars 23 forks source link

Update failing tests for elichika typing #800

Closed momohatt closed 4 years ago

momohatt commented 4 years ago

This PR updates failing tests for the type inference engine of elichika. The only nontrivial change in tests/elichika_typing/EspNet_test.py seems to be coming from 0c899e0e962f6e11e1f7dcd1e281d9196cccb7bd .

take-cheeze commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit 6cf7b35:

take-cheeze commented 4 years ago

travis failure seems to be caused by zipp: https://github.com/pfnet-research/chainer-compiler/pull/801

take-cheeze commented 4 years ago

Failure should be fixed in master so merging for now.