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

Grammar edits to documentation; small additions to make testing more … #208

Merged
merged 2 commits into from
Jun 14, 2022

Conversation

juliaputko
Copy link
Contributor

…clear

determine the allocation settings for the entire batch, and the ``RunSettings``
will determine how each individual ``Model`` instance is executed within
that batch.

The same example as above but tailored towards a running as a batch job
on a slurm system
This is same example as above, but tailored towards a running as a batch job
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "This is the"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do!

doc/overview.rst Outdated
@@ -58,19 +58,19 @@ deploying HPC workloads alongside an in-memory database: Redis.

The key features of the IL are:

- An API to start, monitor, and stop HPC jobs from Python or Jupyter notebook.
- An API to start, monitor, and stop HPC jobs from a Python or Jupyter notebook.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to "from Python or from a Jupyter notebook"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do!

Copy link
Contributor

@billschereriii billschereriii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice update, thank you! Two minor tweaks to update before merge.

@codecov-commenter
Copy link

codecov-commenter commented Jun 14, 2022

Codecov Report

Merging #208 (e309c0a) into develop (4299e7d) will increase coverage by 0.06%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #208      +/-   ##
===========================================
+ Coverage    84.18%   84.24%   +0.06%     
===========================================
  Files           58       59       +1     
  Lines         3244     3301      +57     
===========================================
+ Hits          2731     2781      +50     
- Misses         513      520       +7     
Impacted Files Coverage Δ
smartsim/exp/ray/raycluster.py 54.12% <ø> (ø)
smartsim/experiment.py 80.98% <ø> (ø)
smartsim/_core/launcher/taskManager.py 81.06% <0.00%> (-1.19%) ⬇️
smartsim/settings/__init__.py 100.00% <0.00%> (ø)
smartsim/settings/settings.py 65.62% <0.00%> (ø)
smartsim/settings/containers.py 90.00% <0.00%> (ø)
smartsim/settings/base.py 94.44% <0.00%> (+0.15%) ⬆️
smartsim/_core/launcher/step/localStep.py 90.00% <0.00%> (+0.71%) ⬆️

@billschereriii billschereriii merged commit f98517c into CrayLabs:develop Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants