Skip to content

Commit

Permalink
Merge pull request #48 from stjude/fix
Browse files Browse the repository at this point in the history
update bad_lines handling
  • Loading branch information
rawagiha authored Dec 18, 2023
2 parents 3398eb5 + c82e8f9 commit cf87562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rnaindel/training/setupper.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def update_homopolymer_models(dir_path):
header=0,
sep="\t",
quotechar='"',
error_bad_lines=False,
on_bad_lines="skip",
)

iso = IsolationForest(random_state=42, contamination=0.05)
Expand Down
2 changes: 1 addition & 1 deletion rnaindel/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.3.2"
__version__ = "3.3.3"

0 comments on commit cf87562

Please sign in to comment.