Update examples to optionally use the official execution scripts #403
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / Test Report ubuntu-latest:3.10
failed
Nov 7, 2023 in 0s
66 tests run, 63 passed, 2 skipped, 1 failed.
Annotations
Check failure on line 1 in REPClientTest
github-actions / Test Report ubuntu-latest:3.10
REPClientTest.test_mapdl_tyre_performance
TypeError: create_project() got multiple values for argument 'version'
Raw output
self = <tests.test_examples.REPClientTest testMethod=test_mapdl_tyre_performance>
def test_mapdl_tyre_performance(self):
from examples.mapdl_tyre_performance.project_setup import create_project
num_jobs = 1
> project = create_project(
self.client, f"Test mapdl_tyre_performance", num_jobs, version=ansys_version
)
E TypeError: create_project() got multiple values for argument 'version'
tests/test_examples.py:80: TypeError
Loading