Skip to content

Commit 5aef3dc

Browse files
committed
Remove a stray debug print that tripped ruff E501
test_charge_states_and_defect_species_have_fixed_concentration ended with a leftover print() of dilute_charge_state_concentrations, sitting after the real assertion and adding no coverage. At 101 characters it failed the line-length check; drop it.
1 parent ccacfcf commit 5aef3dc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_defect_species.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def test_charge_states_and_defect_species_have_fixed_concentration(self):
407407
self.defect_species.charge_states[2]
408408
],
409409
)
410-
print(self.defect_species.dilute_charge_state_concentrations(e_fermi=1.5, temperature=298.0))
411410

412411
def test_variable_concentration_charge_states(self):
413412
self.defect_species.charge_states[0].fixed_concentration = 0.1234

0 commit comments

Comments
 (0)