Skip to content

Commit

Permalink
reverted solution m_def
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Aug 26, 2024
1 parent 31d77b9 commit 0c400ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/nomad_material_processing/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
)

m_package = SchemaPackage(
name='Material Processing',
aliases=[
'nomad_material_processing',
],
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test_solution.archive.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data:
m_def: nomad_material_processing.solution.Solution
m_def: nomad_material_processing.solution.general.Solution
2 changes: 1 addition & 1 deletion tests/data/test_solution_component.archive.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data:
m_def: nomad_material_processing.solution.SolutionComponent
m_def: nomad_material_processing.solution.general.SolutionComponent

0 comments on commit 0c400ee

Please sign in to comment.