-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pengeler/laki reqs parameters #547
base: main
Are you sure you want to change the base?
Conversation
…sys/pyhps into pengeler/laki-reqs-parameters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 92.45% 92.45%
=======================================
Files 64 64
Lines 2599 2599
=======================================
Hits 2403 2403
Misses 196 196 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looked through it, might have found one error in mapdl_motorbike_frame example, see comment
StringParameterDefinition(name="tube%s" % i, default="1", value_list=["1", "2", "3"]) | ||
) | ||
str_input_params = project_api.create_parameter_definitions(str_input_params) | ||
|
||
for i in range(1, 22): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pi not incremented in this loop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Update examples to reflect new parameter handling in jms.
Related: https://github.com/ansys-internal/rep-job-management/pull/822
Part of: https://github.com/orgs/ansys-internal/projects/12/views/49?pane=issue&itemId=94942861
Checklist