• Mayank Mittal's avatar
    Simplifies buffer validation check for CircularBuffer (#2617) · d63e58f9
    Mayank Mittal authored
    # Description
    
    As pointed out in the reported issue, there seem to be some expensive
    `tolist()` operations inside the circular buffer class, that aren't
    necessary. This MR simplifies the code.
    
    Fixes #2590
    
    ## Type of change
    
    - Bug fix (non-breaking change which fixes an issue)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [ ] I have made corresponding changes to the documentation
    - [ ] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have updated the changelog and the corresponding version in the
    extension's `config/extension.toml` file
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    d63e58f9
Name
Last commit
Last update
..
isaaclab Loading commit data...
isaaclab_assets Loading commit data...
isaaclab_mimic Loading commit data...
isaaclab_rl Loading commit data...
isaaclab_tasks Loading commit data...