Skip to content

Commit

Permalink
Fix codacy issue
Browse files Browse the repository at this point in the history
remove whitespace
  • Loading branch information
resnant committed Apr 22, 2018
1 parent ce83202 commit 587d102
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymatgen/analysis/diffraction/tests/test_neutron.py
Expand Up @@ -65,7 +65,6 @@ def test_get_pattern(self):
with self.assertRaises(ValueError):
nd = c.get_pattern(something, two_theta_range=(0, 90))


# Test with Debye-Waller factor
s = self.get_structure("Graphite")
c = NDCalculator(wavelength=1.54184, debye_waller_factors={'C': 1})
Expand All @@ -74,7 +73,6 @@ def test_get_pattern(self):
self.assertAlmostEqual(nd.y[0], 100)
self.assertAlmostEqual(nd.x[2], 44.39599754)
self.assertAlmostEqual(nd.y[2], 39.471514740)



if __name__ == '__main__':
Expand Down

0 comments on commit 587d102

Please sign in to comment.