amnh / PCG

𝙋𝙝𝙮𝙡𝙤𝙜𝙚𝙣𝙚𝙩𝙞𝙘 𝘾𝙤𝙢𝙥𝙤𝙣𝙚𝙣𝙩 𝙂𝙧𝙖𝙥𝙝 ⸺ Haskell program and libraries for general phylogenetic graph search
28 stars 1 forks source link

Add tests for missing data #45

Closed ima-hima closed 6 years ago

ima-hima commented 7 years ago

Make sure that continuous, additive, non-additive, sankoff, and dynamic characters work with both missing data and all data missing.

recursion-ninja commented 7 years ago

You marked it as a defect, does it not work as expected?

ima-hima commented 7 years ago

There wasn't a verification or testing tag.

recursion-ninja commented 6 years ago

Add integration test that include missing data for:

recursion-ninja commented 6 years ago

Added missing data test cases.