Chris Ohk

Results 181 issues of 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...

test
p2

This revision implements GUI program to provide an easy-to-use environment. - Login - Main - Deck - Card - Game - Result

feature
p1

I think that this problem is related to heap or stack size of the compiler. Anyway, I'll find the cause and fix it.

bug
p2
CI

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...

bug
test
p1

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...

bug
p0
api
investigate

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...

p2
dependency

I'll implement PolyPIC with undergraduate students at Kyungpook National University. References: https://arxiv.org/pdf/1807.05183.pdf

feature

Codecov supports python coverage using ```unittests```/```pytest```/```nosetests```. I'll work on CubbyFlow-v0 first and then apply it to this repository.

test
p2
CI

🦀

api
p2