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

Feature/verify flag #192

Closed
wants to merge 3 commits into from
Closed

Commits on May 5, 2023

  1. Sequential cell ids (kynan#184)

    * Add command line argument keep-id, which maintiains randomly generated cell ids. Otherwise cell ids are assigned incrementally (after the removal of cells), which should keep them consistent across runs in version control
    
    * Modify test_cell and test_exception in test_keep_output_tags.py to use the new strip_output signature
    
    * Fix failed test_end_to_end_nbstripout with test_max_size by passing --keep-id for keeping the existing ids
    
    * Add tests for notebooks with and without the --keep-id flag. A new extension expected_id was added for expected output with ordered ids
    
    * Modify the readme to include the --include-id flag
    
    * Add keyword arguments for None inputs in test_keep_output_tags.py
    
    * Rename expected output files to make desired sequential ids more explicit
    
    Co-authored-by: Florian Rathgeber <florian.rathgeber@gmail.com>
    JasonJoosteCSIRO and kynan authored May 5, 2023
    Configuration menu
    Copy the full SHA
    08bfc67 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    749f431 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. (wip) first commit

    jspaezp committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6f6303a View commit details
    Browse the repository at this point in the history