Skip to content

Commit

Permalink
format black
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Aug 11, 2023
1 parent d5a569b commit 46b9e53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/test_exports/test_trap_density_xdmf_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def test_trap_density_xdmf_export_intergration_with_simultion(tmpdir):
my_model = festim.Simulation(log_level=20)
my_model.mesh = festim.Mesh()
my_model.mesh.mesh = UnitSquareMesh(30, 30)
my_model.mesh.volume_markers = MeshFunction("size_t", my_model.mesh.mesh, my_model.mesh.mesh.topology().dim(), 1)
my_model.mesh.volume_markers = MeshFunction(
"size_t", my_model.mesh.mesh, my_model.mesh.mesh.topology().dim(), 1
)
mat_1 = festim.Material(D_0=1, E_D=0, id=1)
my_model.materials = festim.Materials([mat_1])
trap_1 = festim.Trap(
Expand Down

0 comments on commit 46b9e53

Please sign in to comment.