Skip to content

Bug located in helper_test_get_stackup_propsΒ #668

@ansnfernand

Description

@ansnfernand

πŸ” Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 Description of the bug

The failure is in helper_test_get_stackup_props:

assert stackup_properties.ctexy == "18.618 ppm/C", "CTExy" E AssertionError: CTExy E assert '18.556 ppm/C' == '18.618 ppm/C' E - 18.618 ppm/C E ? -- E + 18.556 ppm/C E ? ++

This does not happen when running locally. I think it fails every time in the pipeline with the same result.

πŸ“ Steps to reproduce

Run helper_test_get_stackup_props with the Stackup Improve Model enabled

πŸ’» Which operating system are you using?

Windows

πŸ“€ Which ANSYS version are you using?

No response

🐍 Which Python version are you using?

3.11

πŸ“¦ Installed packages

accessible-pygments==0.0.5
aiohappyeyeballs==2.6.1
aiohttp==3.13.0
aiosignal==1.4.0
alabaster==1.0.0
annotated-types==0.7.0
ansys-api-sherlock==0.1.47
ansys-sherlock-core @ file:///C:/Users/nfernand/git/pysherlock
ansys-sphinx-theme==1.5.2
anyio==4.11.0
asttokens==3.0.0
attrs==25.3.0
Authlib==1.6.5
babel==2.17.0
bandit==1.8.6
beautifulsoup4==4.13.4
bleach==6.2.0
cachetools==5.5.2
certifi==2025.6.15
cffi==2.0.0
cfgv==3.4.0
chardet==5.2.0
charset-normalizer==3.4.2
click==8.3.0
colorama==0.4.6
comm==0.2.2
contourpy==1.3.2
coverage==7.6.12
cryptography==46.0.2
cycler==0.12.1
debugpy==1.8.14
decorator==5.2.1
defusedxml==0.7.1
distlib==0.3.9
docutils==0.21.2
dparse==0.6.4
executing==2.2.0
fastjsonschema==2.21.1
filelock==3.17.0
flake8==7.1.2
fonttools==4.58.4
frozenlist==1.8.0
grpcio==1.74.0
grpcio-tools==1.71.2
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
identify==2.6.9
idna==3.10
imagesize==1.4.1
importlib_metadata==8.7.0
iniconfig==2.0.0
ipykernel==6.29.5
ipython==9.3.0
ipython_pygments_lexers==1.1.1
ipywidgets==8.1.7
jedi==0.19.2
Jinja2==3.1.6
joblib==1.5.2
jsonschema==4.24.0
jsonschema-specifications==2025.4.1
jupyter-sphinx==0.5.3
jupyter_client==8.6.3
jupyter_core==5.8.1
jupyterlab_pygments==0.3.0
jupyterlab_widgets==3.0.15
kiwisolver==1.4.8
markdown-it-py==4.0.0
MarkupSafe==3.0.2
marshmallow==4.0.1
matplotlib==3.10.3
matplotlib-inline==0.1.7
mccabe==0.7.0
mdurl==0.1.2
mistune==3.1.3
multidict==6.7.0
nbclient==0.10.2
nbconvert==7.16.6
nbformat==5.10.4
nest-asyncio==1.6.0
nltk==3.9.2
nodeenv==1.9.1
numpy==2.3.1
numpydoc==1.8.0
packaging==24.2
pandas==2.3.0
pandocfilters==1.5.1
parso==0.8.4
pdf2image==1.17.0
pillow==12.0.0
platformdirs==4.3.6
pluggy==1.5.0
pre_commit==4.1.0
prompt_toolkit==3.0.51
propcache==0.4.1
protobuf==5.29.0
psutil==7.0.0
pure_eval==0.2.3
pycodestyle==2.12.1
pycparser==2.23
pydantic==2.10.6
pydantic_core==2.27.2
pydata-sphinx-theme==0.16.1
pyflakes==3.2.0
PyGithub==2.8.1
Pygments==2.19.2
PyJWT==2.10.1
PyNaCl==1.6.0
pyparsing==3.2.3
pyproject-api==1.9.0
pytest==8.3.5
python-dateutil==2.9.0.post0
pytz==2025.2
pywin32==310
PyYAML==6.0.2
pyzmq==27.0.0
referencing==0.36.2
regex==2025.9.18
requests==2.32.4
rich==14.2.0
roman-numerals-py==3.1.0
rpds-py==0.25.1
ruamel.yaml==0.18.15
ruamel.yaml.clib==0.2.14
safety==3.6.2
safety-schemas==0.0.16
shellingham==1.5.4
six==1.17.0
sniffio==1.3.1
snowballstemmer==3.0.1
soupsieve==2.7
Sphinx==8.1.3
sphinx-autodoc-typehints==3.0.1
sphinx-copybutton==0.5.2
sphinx-gallery==0.19.0
sphinx-notfound-page==1.1.0
sphinx_design==0.6.1
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
sphinxemoji==0.3.1
stack-data==0.6.3
stevedore==5.5.0
tabulate==0.9.0
tenacity==9.1.2
tinycss2==1.4.0
tomlkit==0.13.3
tornado==6.5.1
tox==4.24.2
tqdm==4.67.1
traitlets==5.14.3
typer==0.19.2
typing_extensions==4.12.2
tzdata==2025.2
urllib3==2.5.0
virtualenv==20.29.3
wcwidth==0.2.13
webencodings==0.5.1
widgetsnbextension==4.0.14
yarl==1.22.0
zipp==3.23.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions