We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7149a2 commit d98aa1fCopy full SHA for d98aa1f
1 file changed
tests/hplc_test.py
@@ -4,7 +4,7 @@
4
def test_read_chromatograms():
5
path = "./tests/X3346.D"
6
df = bp.read_chromatograms(path)
7
-
+ print(df.columns)
8
assert df.columns.tolist() == [
9
"Wavelength_280",
10
"Wavelength_230",
0 commit comments