Skip to content

Commit

Permalink
normalize sample reference
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj committed Jun 3, 2024
1 parent ba856c1 commit a14540c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nomad_unisyscat/schema_packages/mypackage.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ def normalize(self, archive, logger):
sample = CompositeSystemReference()
sample.name = sample_name[0]
sample.lab_id = sample_name[0]
sample.normalize(archive, logger)
samples=[]
samples.append(sample)
self.samples = samples
Expand Down

0 comments on commit a14540c

Please sign in to comment.