Skip to content
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

fix: Add default dict to run_discovery_script_file #873

Merged
merged 10 commits into from
Dec 4, 2023

Conversation

AlejandroFernandezLuces
Copy link
Contributor

@AlejandroFernandezLuces AlejandroFernandezLuces commented Dec 4, 2023

Defaults script_args to {}.

Closes #870

@AlejandroFernandezLuces AlejandroFernandezLuces requested a review from a team as a code owner December 4, 2023 09:19
@github-actions github-actions bot added the bug Something isn't working label Dec 4, 2023
src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
@RobPasMue
Copy link
Member

Also, please link properly the issue to the PR so that it closes whenever it's merged

src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3481c91) 92.02% compared to head (e62ddb1) 92.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #873   +/-   ##
=======================================
  Coverage   92.02%   92.02%           
=======================================
  Files          83       83           
  Lines        5915     5915           
=======================================
  Hits         5443     5443           
  Misses        472      472           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
src/ansys/geometry/core/modeler.py Outdated Show resolved Hide resolved
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
@RobPasMue
Copy link
Member

FYI - pre-commit failing. Please fix.

Also, I know the linux part is not passing. Dev team is working on it.

@RobPasMue RobPasMue enabled auto-merge (squash) December 4, 2023 14:12
@RobPasMue RobPasMue merged commit 297bdf6 into main Dec 4, 2023
29 checks passed
@RobPasMue RobPasMue deleted the fix/add-default-dict branch December 4, 2023 14:27
RobPasMue added a commit that referenced this pull request Dec 4, 2023
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

script_args should be an optional argument on run_discovery_script_file argument
2 participants