معرفی شرکت ها


aedttest-0.0.1.dev9


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Ansys Electronics Desktop Testing Framework. Current module allows to setup and run automated tests and validate results across multiple versions of Ansys Electronics Desktop products, eg HFSS, Maxwell, Icepak, Q3D, etc
ویژگی مقدار
سیستم عامل -
نام فایل aedttest-0.0.1.dev9
نام aedttest
نسخه کتابخانه 0.0.1.dev9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Maksim Beliaev <maksim.beliaev@ansys.com>, Bo Yang <bo.yang@ansys.com>, Samuel Lopez <samuel.lopez@ansys.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/aedttest/
مجوز -
[![](https://img.shields.io/pypi/v/aedttest.svg)](https://pypi.python.org/pypi/aedttest/) [![](https://img.shields.io/pypi/pyversions/aedttest.svg)](https://pypi.python.org/pypi/aedttest/) ## Description This project aims to provide an Automated Framework to test Ansys Electronics Desktop (AEDT). Users can set up a suite of tests to validate stability/regression of results between different versions of Ansys Electronics Desktop. ## Table of Contents <!-- toc --> - [Features](#features) - [Installation](#installation) - [Usage](#usage) * [Configuration file](#configuration-file) * [CLI Commands](#cli-commands) + [Open CLI commands Help](#open-cli-commands-help) * [Examples](#examples) + [Local machine](#local-machine) - [Generate only reference results](#generate-only-reference-results) - [Run comparison between versions](#run-comparison-between-versions) + [Slurm](#slurm) - [Generate only reference results](#generate-only-reference-results-1) - [Run comparison between versions](#run-comparison-between-versions-1) - [Limitations](#limitations) - [Contributors](#contributors) <!-- tocstop --> ## Features The current framework provides the following features: * Compare results of XY plots, mesh statistics and simulation time. * Web page output format for visual comparison * JSON file output format to support automated workflows and use of test results downstream. * Parallel distribution of test projects * Cross-platform: support for Windows and Linux * Compatibility with local machine and most known cluster schedulers: LSF, SGE, Slurm, PBS, Windows HPC * Control of required resources for each project and optimized distribution of tasks * Automatic generation of reference results (AEDT versions 2019R1+) ## Installation To install the package use: ```bash pip install aedttest ``` ## Usage Electronics Desktop testing framework automatically identifies environment where it was launched. In this chapter we will show basic examples of starting tests on local machine or on clusters with scheduler. In all scenarios we use Command Line Interface (CLI). ### Configuration file Framework requires configuration file as input. Please see example of a configuration file [config_with_comments.toml][1] to understand how to create a file. You can use both [config_with_comments.toml][1] or [config_without_comments.toml][2] as template. [1]: examples/configs/config_with_comments.toml [2]: examples/configs/config_without_comments.toml ### CLI Commands To expose the available commands use the following command line #### Open CLI commands Help ```bash aedt_test_runner -h ``` ### Examples #### Local machine To start test on local machine use following command line ##### Generate only reference results ```bash aedt_test_runner --config-folder=examples/configs --aedt-version=193 --only-reference ``` ##### Run comparison between versions ```bash aedt_test_runner --config-folder=examples/configs --aedt-version=231 --reference-folder=reference_folder ``` #### Slurm ##### Generate only reference results ```bash sbatch \ --job-name aedttest \ --partition ottc01 \ --export "ALL,ANSYSEM_ROOT193=/apps/software/ANSYS_EM_2019R1/AnsysEM19.3/Linux64,ANS_NODEPCHECK=1" \ --nodes 2-2 --ntasks 56 \ --wrap "aedt_test_runner --config-folder=examples/configs --aedt-version=193 --only-reference" ``` ##### Run comparison between versions ```bash sbatch \ --job-name aedttest \ --partition ottc01 \ --export "ALL,ANSYSEM_ROOT222=/ott/apps/software/ANSYS_EM_2022R2_211129/v222/Linux64,ANS_NODEPCHECK=1" \ --nodes 2-2 --ntasks 56 \ --wrap "aedt_test_runner --config-folder=examples/configs --aedt-version=222 --reference-folder=~/reference_folder" ``` ## Limitations Currently, project does not support or partially supports following features: * Automatic results creation is possible only for versions 2019R1+ * LS-DSO is not supported ## Contributors If you would like to contribute to this project, please see [CONTRIBUTE](docs/CONTRIBUTE.md).


نیازمندی

مقدار نام
- pyaedt==0.5.9
- Django==3.2.8
- tomli>=2.0.0
- flit==3.4.0
- pre-commit==2.15.0
- mypy==0.960
- pytest==6.2.5
- pytest-cov==3.0.0
- webdriver-manager
- selenium>4


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl aedttest-0.0.1.dev9:

    pip install aedttest-0.0.1.dev9.whl


نصب پکیج tar.gz aedttest-0.0.1.dev9:

    pip install aedttest-0.0.1.dev9.tar.gz