Skip to content

Commit

Permalink
- small adjustment to the pysipfenn Calculator tests based on small a…
Browse files Browse the repository at this point in the history
…esthetic adjustment
  • Loading branch information
amkrajewski committed Oct 9, 2023
1 parent ebcb51e commit 1cc47f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysipfenn/tests/test_pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def testFromPOSCAR_KS2022(self):

with self.subTest(msg='Test Calculator printout after predictions'):
printOut = str(self.c)
self.assertIn('PySIPFENN Calculator Object', printOut)
self.assertIn('pySIPFENN Calculator Object', printOut)
self.assertIn('Models are located in', printOut)
self.assertIn('Loaded Networks', printOut)
self.assertIn('Last files selected as input', printOut)
Expand Down Expand Up @@ -206,7 +206,7 @@ def test_CalculatorPrint(self):
'''Test that the Calculator.__str__() method returns the correcttly formatted string after being initialized
but before predictions'''
printOut = str(self.c)
self.assertIn('PySIPFENN Calculator Object', printOut)
self.assertIn('pySIPFENN Calculator Object', printOut)
self.assertIn('Models are located in', printOut)
self.assertIn('Loaded Networks', printOut)

Expand Down

0 comments on commit 1cc47f2

Please sign in to comment.