Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Jun 3, 2024
1 parent 4ceb7e3 commit a3e176b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/composite_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ def test_basic_functionality_of_composite_model(dpf_server, data_files, distribu

metadata = composite_model.material_metadata

solver_mat_ids = 4*[0]
ply_types = 4*["unknown"]
solver_mat_ids = 4 * [0]
ply_types = 4 * ["unknown"]
if version_equal_or_later(dpf_server, "8.2"):
solver_mat_ids = [5, 4, 3, 2]
if version_equal_or_later(dpf_server, "9.0"):
Expand Down

0 comments on commit a3e176b

Please sign in to comment.