Chris Ohk
Chris Ohk
This revision adds manual test. Manual testing is the process of manually testing software for defects. It requires a tester to play the role of an end user whereby they...
This revision implements GUI program to provide an easy-to-use environment. - Login - Main - Deck - Card - Game - Result
I think that this problem is related to heap or stack size of the compiler. Anyway, I'll find the cause and fix it.
When I work MinGW build on 32-bit system, I saw that some unit tests are fail. We need to fix related code. ``` [----------] Global test environment tear-down [==========] 793...
I encountered Python API import error while updating CubbyFlow. ``` import pyjet ImportError: DLL load failed while importing pyjet: The specified module could not be found. ``` At first, I...
Recently, I found that the library 'Clara' (https://github.com/catchorg/Clara) is no longer maintained. It has been forked and maintained as the new name 'Lyra' (https://github.com/bfgroup/Lyra). We should replace it to maintain...
I'll implement PolyPIC with undergraduate students at Kyungpook National University. References: https://arxiv.org/pdf/1807.05183.pdf
Codecov supports python coverage using ```unittests```/```pytest```/```nosetests```. I'll work on CubbyFlow-v0 first and then apply it to this repository.