Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load RT data from MSP instead of separate file #1

Open
hechth opened this issue Feb 27, 2025 · 0 comments
Open

load RT data from MSP instead of separate file #1

hechth opened this issue Feb 27, 2025 · 0 comments

Comments

@hechth
Copy link
Member

hechth commented Feb 27, 2025

wtv/src/ion_selection.py

Lines 252 to 259 in b36a6a2

try:
RT_data = pd.read_csv(rt_data_path, index_col=0)
except UnicodeDecodeError:
try:
RT_data = pd.read_csv(rt_data_path, index_col=0, encoding="gbk")
except UnicodeDecodeError as e:
print("Error:", e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant