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 sybil examples to more files #1586

Merged
merged 27 commits into from
Jul 20, 2023
Merged

Add sybil examples to more files #1586

merged 27 commits into from
Jul 20, 2023

Commits on Jun 28, 2023

  1. Make sybil optional.

    Allow pytest to succeed in environments where sybil is not available.
    joaander committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    372d15a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Add code examples to Box.

    joaander committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    69e8161 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    4d9fac6 View commit details
    Browse the repository at this point in the history
  2. Add examples to Operations.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c30ec52 View commit details
    Browse the repository at this point in the history
  3. Add examples to Simulation.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ebb3331 View commit details
    Browse the repository at this point in the history
  4. Add examples to Snapshot.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    001f224 View commit details
    Browse the repository at this point in the history
  5. Fix typos.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f2bb9c3 View commit details
    Browse the repository at this point in the history
  6. Document examples in State.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    54f2580 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    caca69c View commit details
    Browse the repository at this point in the history
  8. Revise Logger documentation.

    joaander committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8ab079f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    32584d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cbbcff View commit details
    Browse the repository at this point in the history
  3. Add examples to variants.

    joaander committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fb1f3bb View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    0190087 View commit details
    Browse the repository at this point in the history
  2. Ask sybil to parse all .py files.

    * Exclude those that we have not yet updated to work with sybil.
    * Change R""" to r""" to avoid sybil parsing errors.
    joaander committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cea989a View commit details
    Browse the repository at this point in the history
  3. Run pre-commit.

    joaander committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    aabcc59 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    3e5ef36 View commit details
    Browse the repository at this point in the history
  2. Fix doc build.

    joaander committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2b4fa78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb886a View commit details
    Browse the repository at this point in the history
  4. Fix grammar error.

    joaander committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1465f86 View commit details
    Browse the repository at this point in the history
  5. Fix syntax error.

    joaander committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2efa686 View commit details
    Browse the repository at this point in the history
  6. Workaround failing gpu_local_snapshot_test.

    The example simulation had 0 particles on rank 0, leading to
    (0,) shape arrays instead of the expected (0,3) shape array.
    joaander committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e30e11 View commit details
    Browse the repository at this point in the history
  7. Fix typo.

    Co-authored-by: Brandon Butler <[email protected]>
    joaander and b-butler authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c26ca91 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    dfbc18a View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    joaander committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    192c758 View commit details
    Browse the repository at this point in the history
  3. Use math formatted matrix.

    joaander committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ddfffcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e62e5d5 View commit details
    Browse the repository at this point in the history