Skip to content

Commit

Permalink
Mac's file system not case sensitive, therefore errors on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Jan 17, 2025
1 parent 9d46e87 commit 33c0023
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proteobench/io/params/peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def read_peaks_settings(file_path: str) -> ProteoBenchParameters:
"""
Reads Spectronaut settings files, extracts parameters, and writes them to CSV files.
"""
fnames = ["../../../test/params/Peaks_parameters.txt"]
fnames = ["../../../test/params/PEAKS_parameters.txt"]

for file in fnames:
# Extract parameters from the settings file
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test_parse_params_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


fnames = [
"Peaks_parameters.txt",
"PEAKS_parameters.txt",
]

fnames = [TESTDATA_DIR / f for f in fnames]
Expand Down

0 comments on commit 33c0023

Please sign in to comment.