Skip to content

Commit

Permalink
Update Matrix_trim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent 403d872 commit 45fede8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper_scripts/Matrix_trim.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import os
import csv

txt_file_path = '../data/output.txt'
folder_path = '../data/out/'
txt_file_path = './data/output.txt'
folder_path = './data/out/'

with open(txt_file_path, 'r') as txt_file:
lines = txt_file.readlines()
Expand Down

0 comments on commit 45fede8

Please sign in to comment.