Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 19, 2024
1 parent 380a818 commit 6c69343
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crispio/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,8 @@ def from_generating(cls,
--------
>>> genome = "ATATATATATATATATATATATATACCGTTTTTTTAAAAAAACGGATATATATATATAATATATATATATAATATATATATATA"
>>> gl = GuideLibrary.from_generating(genome=genome)
>>> gl.genome
'ATATATATATATATATATATATATACCGTTTTTTTAAAAAAACGGATATATATATATAATATATATATATAATATATATATATA'
>>> len(gl)
4
2
>>> for match_collection in gl:
... for guide in match_collection:
... print(guide)
Expand Down

0 comments on commit 6c69343

Please sign in to comment.