Skip to content

Commit

Permalink
Remove non graphical hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuelopez-ansys committed Sep 19, 2023
1 parent 824c539 commit a84d9c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _unittest/test_44_TouchstoneParser.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os

from _unittest.conftest import config
from _unittest.conftest import local_path
import pytest

from pyaedt import Hfss3dLayout

config["NonGraphical"] = False
test_subfolder = "T44"
test_T44_dir = os.path.join(local_path, "example_models", test_subfolder)

Expand Down

0 comments on commit a84d9c9

Please sign in to comment.