1
0
Fork 0
factor-puzzles/rosalind/rstr/rstr-tests.factor

6 lines
220 B
Factor
Raw Normal View History

2020-11-29 08:22:10 +01:00
! Copyright (C) 2021 Bubbler.
! See http://factorcode.org/license.txt for BSD license.
USING: math.functions rosalind.rstr tools.test ;
IN: rosalind.rstr.tests
{ t } [ 90000 0.6 "ATAGCCGA" rstr 0.689 0.001 ~ ] unit-test