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

Add option for pool size in AutoAttack #2534

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

beat-buesser
Copy link
Collaborator

Description

This pull request adds an option to define pool size in AutoAttack.

Fixes #2529

Type of change

Please check all relevant options.

  • Improvement (non-breaking)
  • Bug fix (non-breaking)
  • New feature (non-breaking)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@beat-buesser beat-buesser self-assigned this Dec 13, 2024
@beat-buesser beat-buesser added the improvement Improve implementation label Dec 13, 2024
@beat-buesser beat-buesser added this to the ART 1.19.0 milestone Dec 13, 2024
Copy link

codecov bot commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes missing coverage. Please review.

Project coverage is 85.42%. Comparing base (21f1923) to head (7903726).
Report is 4 commits behind head on dev_1.19.0.

Files with missing lines Patch % Lines
art/attacks/evasion/auto_attack.py 66.66% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           dev_1.19.0    #2534   +/-   ##
===========================================
  Coverage       85.42%   85.42%           
===========================================
  Files             334      334           
  Lines           30997    30997           
  Branches         5298     5298           
===========================================
  Hits            26478    26478           
  Misses           3052     3052           
  Partials         1467     1467           
Files with missing lines Coverage Δ
art/attacks/evasion/auto_attack.py 86.15% <66.66%> (ø)

@beat-buesser beat-buesser merged commit bf196eb into dev_1.19.0 Dec 13, 2024
60 of 61 checks passed
@beat-buesser beat-buesser deleted the development_issue_2529 branch December 13, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improve implementation
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow constraint of pool resources on multiprocess.pool() execution within parallel AutoAttack
1 participant