-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🔍 Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
🐞 Description of the bug
test_import_export_reimport_design_x_t and test_import_export_open_file_design fail after updating to latest ApiServer
📝 Steps to reproduce
- Import\insert a x_t file
- Save as x_t
- Import\Insert the saved x_t file
- We get an error
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
261
🐍 Which Python version are you using?
3.12
📦 Installed packages
from pathlib import Path
import numpy as np
import pytest
from ansys.geometry.core import Modeler
from ansys.geometry.core.connection.backend import BackendType
from ansys.geometry.core.designer import Component, Design, DesignFileFormat
from ansys.geometry.core.math import Plane, Point2D, Point3D, UnitVector3D, Vector3D
from ansys.geometry.core.sketch import SketchMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working