pychemstation 0.6.1__py3-none-any.whl → 0.6.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pychemstation/control/controllers/tables/table.py +1 -1
- {pychemstation-0.6.1.dist-info → pychemstation-0.6.2.dist-info}/METADATA +1 -1
- {pychemstation-0.6.1.dist-info → pychemstation-0.6.2.dist-info}/RECORD +6 -6
- {pychemstation-0.6.1.dist-info → pychemstation-0.6.2.dist-info}/LICENSE +0 -0
- {pychemstation-0.6.1.dist-info → pychemstation-0.6.2.dist-info}/WHEEL +0 -0
- {pychemstation-0.6.1.dist-info → pychemstation-0.6.2.dist-info}/top_level.txt +0 -0
@@ -305,5 +305,5 @@ class TableController(abc.ABC):
|
|
305
305
|
try:
|
306
306
|
spec.load_spectrum(data_path=data_path, channel=channel)
|
307
307
|
except FileNotFoundError:
|
308
|
-
self.spectra[channel] =
|
308
|
+
self.spectra[channel] = AgilentHPLCChromatogram(self.data_dir)
|
309
309
|
print(f"No data at channel: {channel}")
|
@@ -22,7 +22,7 @@ pychemstation/control/controllers/tables/__init__.py,sha256=47DEQpj8HBSa-_TImW-5
|
|
22
22
|
pychemstation/control/controllers/tables/method.py,sha256=3GdAQ6Cwf20QL3v7eMkwNieWbJdtr9GN12USbSVl_iE,16426
|
23
23
|
pychemstation/control/controllers/tables/ms.py,sha256=JFD-tOhu8uRyKdl-E3-neRssii8MNqVRIlsrnFhNY_M,682
|
24
24
|
pychemstation/control/controllers/tables/sequence.py,sha256=vqwJeV38YWdFnaDXvZVOGYl-UCV9lmMbh8Fj5kQ3mqY,8815
|
25
|
-
pychemstation/control/controllers/tables/table.py,sha256=
|
25
|
+
pychemstation/control/controllers/tables/table.py,sha256=GjZ15aJhsCQ9Ps9imOh3Q5NgK97kzangrJcOGa8bjKA,12610
|
26
26
|
pychemstation/control/table/__init__.py,sha256=RgMN4uIWHdNUHpGRBWdzmzAbk7XEKl6Y-qtqWCxzSZU,124
|
27
27
|
pychemstation/control/table/method.py,sha256=THVoGomSXff_CTU3eAYme0BYwkPzab5UgZKsiZ29QSk,12196
|
28
28
|
pychemstation/control/table/sequence.py,sha256=Eri52AnbE3BGthfrRSvYKYciquUzvHKo0lYUTySYYE8,10542
|
@@ -48,8 +48,8 @@ tests/test_inj.py,sha256=Blpk-z9PQuqo4xQ7AUi0CS2czMiYm-pqZe75OFTXru4,1092
|
|
48
48
|
tests/test_method.py,sha256=KB7yAtVb4gZftnYzh-VfPb9LGVZOHUIW6OljEYRtbhA,4570
|
49
49
|
tests/test_proc_rep.py,sha256=WhUiFqDD1Aey_Nc6Hvbd2zo48K4MWjwDhfO9LiwEQ7M,703
|
50
50
|
tests/test_sequence.py,sha256=vs5-dqkItRds_tPM2-N6MNJ37FB0nLRFaDzBV8d42i8,4880
|
51
|
-
pychemstation-0.6.
|
52
|
-
pychemstation-0.6.
|
53
|
-
pychemstation-0.6.
|
54
|
-
pychemstation-0.6.
|
55
|
-
pychemstation-0.6.
|
51
|
+
pychemstation-0.6.2.dist-info/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
|
52
|
+
pychemstation-0.6.2.dist-info/METADATA,sha256=aZ5H2wFid5vlvSpa7eGizZT4QHiKvm6rN0YL3WdvydY,4370
|
53
|
+
pychemstation-0.6.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
54
|
+
pychemstation-0.6.2.dist-info/top_level.txt,sha256=zXfKu_4nYWwPHo3OsuhshMNC3SPkcoTGCyODjURaghY,20
|
55
|
+
pychemstation-0.6.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|