Skip to content

Commit

Permalink
✅ update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drewniok committed Mar 21, 2024
1 parent f0d8f0c commit f98e130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_three_DBs(self):
params.simulation_parameters.mu_minus = -0.25
cds = charge_distribution_surface(layout)
result = assess_physical_population_stability(cds, params)
self.assertEqual(len(result), 3)
self.assertEqual(len(result), 5)
self.assertLessEqual(result[0].system_energy, result[1].system_energy)
self.assertLessEqual(result[1].system_energy, result[2].system_energy)

Expand Down

0 comments on commit f98e130

Please sign in to comment.