a5kin / xentica

GPU-accelerated engine for multi-dimensional cellular automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write tests for 100% code coverage

a5kin opened this issue · comments

After adding so many features in version 0.2, we have broken coverage at ~96%. Need to write all necessary tests to bring it back to 100%.

0.2 code is 100% covered with tests now. There was also an issue with tests failing at GTX 8xx series. It is resolved, was a bug in type casting.
We are a bit closer to the release, with only documentation issues left undone.