Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kmjens
Copy link
Contributor

@kmjens kmjens commented Nov 13, 2024

edit type in row documentation. remove s from 'devices' --> 'device'

Description

OLD: simulation = hoomd.Simulation(devices=cpu)
NEW: simulation = hoomd.Simulation(device=cpu)

Motivation and context

Typo correction

How has this been tested?

Checklist:

  • I have reviewed the Contributor Guidelines.
  • I agree with the terms of the Row Contributor Agreement.
  • My name is on the list of contributors (doc/src/contributors.md) in the pull request source branch.
  • I have added a change log entry to doc/src/release-notes.md.

edit type in row documentation. remove s from 'devices' --> 'device' 

OLD: simulation = hoomd.Simulation(devices=cpu) 
NEW: simulation = hoomd.Simulation(device=cpu)
Copy link
Member

@joaander joaander left a comment

Choose a reason for hiding this comment

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

Thanks!

@joaander joaander merged commit 5b6933a into trunk Nov 15, 2024
18 checks passed
@joaander joaander deleted the kmjens-patch-1 branch November 15, 2024 14:45
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