Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Nov 12, 2024
1 parent c1657e3 commit bf234df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
21 changes: 1 addition & 20 deletions src/pdi_nomad_plugin/mbe/epic_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,23 +620,4 @@ def parse(
# f'/uploads/{archive.m_context.upload_id}/archive/{child_archives["process"].metadata.entry_id}#data',
),
# f'/entries/{child_archives["process"].metadata.entry_id}/archive#data'
)
# archive.metadata.entry_name = data_file.replace('.txt', '')

# # old way of creating archives as raw files
# # creating process archive
# if archive.m_context.raw_path_exists(process_filename):
# print(f'Process archive already exists: {process_filename}')
# else:
# process = EntryArchive(
# data=process_data if process_data else GrowthMbePDI(),
# # m_context=archive.m_context,
# metadata=EntryMetadata(upload_id=archive.m_context.upload_id),
# )
# create_archive(
# process.m_to_dict(),
# archive.m_context,
# process_filename,
# filetype,
# logger,
# )
)
8 changes: 0 additions & 8 deletions src/pdi_nomad_plugin/mbe/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,14 +705,6 @@ class GrowthStepMbePDI(VaporDepositionStep, PlotSection):
# label='Growth Step Mbe 2',
a_eln=None,
)
# name
# step_index
# creates_new_thin_film
# duration
# sources
# sample_parameters
# environment
# description

name = Quantity(
type=str,
Expand Down

0 comments on commit bf234df

Please sign in to comment.