Skip to content

Commit

Permalink
catching the missed spare arg coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
pc494 committed Sep 2, 2020
1 parent 445391f commit f2bee9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def probe(x, out=None, scale=None):
class TestDiffractionCalculator:
def test_init(self, diffraction_calculator: DiffractionGenerator):
assert diffraction_calculator.debye_waller_factors == {}
_ = DiffractionGenerator(300,2)

def test_matching_results(self, diffraction_calculator, local_structure):
diffraction = diffraction_calculator.calculate_ed_data(
Expand Down

0 comments on commit f2bee9f

Please sign in to comment.