Skip to content

Commit

Permalink
remove shims material import
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Jul 29, 2024
1 parent 681adab commit 2939305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
40 changes: 0 additions & 40 deletions src/ansys/mechanical/core/embedding/shims.py

This file was deleted.

5 changes: 2 additions & 3 deletions tests/embedding/test_qk_eng_wb2.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

import pytest

from ansys.mechanical.core.embedding import shims


def is_on_docker():
"""check if running in docker image 25R1."""
Expand Down Expand Up @@ -133,7 +131,8 @@ def test_qk_eng_wb2_007(printer, selection, embedded_app, assets):
geometry_import.Import(geometry_file)
material_file = os.path.join(assets, "eng200_material.xml")
printer(f"Setting up test - import materials {material_file}")
shims.import_materials(embedded_app, material_file)
materials = Model.Materials
materials.Import(material_file)

def _innertest():
printer("Add material file")
Expand Down

0 comments on commit 2939305

Please sign in to comment.