Skip to content

Commit

Permalink
black formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
KulaginVladimir committed Mar 29, 2024
1 parent dbb3966 commit 682a902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion test/unit/test_traps/test_extrinsic_trap.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class TestExtrinsicTrap:
"""
General test for the ExtrinsicTrap class
"""

my_trap = festim.ExtrinsicTrap(
1,
1,
Expand All @@ -32,7 +33,7 @@ class TestExtrinsicTrap:

def test_that_form_parameters_are_expressions(self):
"""
Checks that the attributes are of correct types
Checks that the attributes are of correct types
"""
prms = [
self.my_trap.phi_0,
Expand Down
8 changes: 4 additions & 4 deletions test/unit/test_traps/test_trap.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test_transient(self):

def test_chemical_potential(self):
"""
Test that create_trapping_form creates the correct formulation
Test that create_trapping_form creates the correct formulation
with chemical potential conservation
"""
# build
Expand Down Expand Up @@ -215,7 +215,7 @@ def test_chemical_potential(self):

def test_2_materials(self):
"""
Test that create_trapping_form creates the correct formulation
Test that create_trapping_form creates the correct formulation
with two materials
"""
# build
Expand Down Expand Up @@ -264,7 +264,7 @@ def test_2_materials(self):

def test_multi_parameters_trap(self):
"""
Test that create_trapping_form creates the correct formulation
Test that create_trapping_form creates the correct formulation
with a trap conglomerate
"""
# build
Expand Down Expand Up @@ -312,7 +312,7 @@ def test_multi_parameters_trap(self):

def test_steady_state_trap_not_defined_everywhere(self):
"""
Test that create_trapping_form creates the correct formulation
Test that create_trapping_form creates the correct formulation
in steady-state with a trap distribution
"""
# build
Expand Down

0 comments on commit 682a902

Please sign in to comment.