Skip to content

Commit

Permalink
make black happy
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbartman committed Mar 27, 2024
1 parent 517cdd6 commit 12cd083
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/test_conmech/regression/test_Jureczka_and_Ochal_2019.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def solving_method(request):

def test(solving_method):
expected_displacement_vector = [
[0., 0.],
[0.0, 0.0],
[0.03522857, 0.02154723],
[0.06134879, 0.02852184],
[0.08393532, 0.03320384],
Expand Down Expand Up @@ -53,14 +53,14 @@ def test(solving_method):
[0.05640314, 0.00524877],
[0.03817266, -0.00165521],
[0.01990921, -0.00585183],
[0., 0.],
[0., 0.],
[0., 0.],
[0., 0.],
[0., 0.],
[0., 0.],
[0., 0.],
[0., 0.]
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
[0.0, 0.0],
]

mesh_descr = CrossMeshDescription(
Expand Down

0 comments on commit 12cd083

Please sign in to comment.