Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
percolator committed Aug 15, 2023
1 parent 3f470fd commit e5521a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prog/p2/runner.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /bin/env python3
import labp2 as lab

# This is a test suite for the first lab assignment.
# It is executed by running "python runner.py" in the terminal.
def runner():
S, trace, score = lab.global_align("GATTA","GCTAC")
assert score == 4.0
Expand Down

0 comments on commit e5521a9

Please sign in to comment.