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

Correct ExecArgs Handling During RunSetting #517

Merged
merged 17 commits into from
Mar 18, 2024

Conversation

amandarichardsonn
Copy link
Contributor

@amandarichardsonn amandarichardsonn commented Mar 12, 2024

Added isinstance check to RunSettings exe_args setter. Added additional tests.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.73%. Comparing base (10e084e) to head (0b4f825).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #517      +/-   ##
===========================================
- Coverage    90.75%   90.73%   -0.03%     
===========================================
  Files           60       60              
  Lines         3839     3830       -9     
===========================================
- Hits          3484     3475       -9     
  Misses         355      355              
Files Coverage Δ
smartsim/settings/base.py 98.18% <100.00%> (-0.10%) ⬇️

smartsim/settings/base.py Outdated Show resolved Hide resolved
smartsim/settings/base.py Outdated Show resolved Hide resolved
tests/test_run_settings.py Outdated Show resolved Hide resolved
tests/test_run_settings.py Outdated Show resolved Hide resolved
smartsim/settings/base.py Show resolved Hide resolved
@amandarichardsonn amandarichardsonn added area: settings Issues related to Batch or Run settings bug: major A major bug area: python Issues related to the Python Client bug: minor A minor bug repo: smartsim Issues related to SmartSim infrastructure library and removed bug: major A major bug labels Mar 15, 2024
@amandarichardsonn amandarichardsonn merged commit e307b72 into CrayLabs:develop Mar 18, 2024
44 checks passed
@amandarichardsonn amandarichardsonn deleted the execargs branch March 18, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: python Issues related to the Python Client area: settings Issues related to Batch or Run settings bug: minor A minor bug repo: smartsim Issues related to SmartSim infrastructure library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants