Skip to content

Commit

Permalink
fix: fix cannot process MS layout as BagIt format (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
baolanlequang authored Aug 17, 2023
1 parent 04a39e0 commit 32ca1d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chem_spectra/lib/converter/bagit/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ def get_base64_data(self):
def __combine_images(self, list_composer, list_file_names = None):
if len(list_composer) == 0:
return None
if isinstance(list_composer[0].core, JcampMSConverter):
return None

plt.rcParams['figure.figsize'] = [16, 9]
plt.rcParams['font.size'] = 14
Expand Down

0 comments on commit 32ca1d5

Please sign in to comment.