Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Sep 25, 2024
1 parent 800d318 commit 05fbc07
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/model/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,16 +339,6 @@ def test_remove_assembly_with_interface_refl1d(self):

def test_remove_all_assemblies(self):
# when
# m1 = Material(6.908, -0.278, 'Boron')
# m2 = Material(0.487, 0.000, 'Potassium')
# l1 = Layer(m1, 5.0, 2.0, 'thinBoron')
# l2 = Layer(m2, 50.0, 1.0, 'thickPotassium')
# ls1 = LayerCollection(l1, l2, name='twoLayer1')
# ls2 = LayerCollection(l2, l1, name='twoLayer2')
# o1 = RepeatingMultilayer(ls1, 2.0, 'twoLayerItem1')
# o2 = RepeatingMultilayer(ls2, 1.0, 'oneLayerItem2')
# d = Sample(o1, o2, name='myModel')
# resolution_function = PercentageFhwm(2.0)
mod = Model()

# Then
Expand Down

0 comments on commit 05fbc07

Please sign in to comment.