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

Optimize notebook validation #2053

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. * Read file content at once

    * Encapsulate jupyter installation check in a function
    * Uses a single regex search for all patterns
    sacpis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9ad79ab View commit details
    Browse the repository at this point in the history
  2. removing print

    sacpis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ef1f916 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 9, 2024

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

Commits on Aug 11, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    9e3c4d7 View commit details
    Browse the repository at this point in the history
  2. * using split() also strips the spaces around words

    * creating a common list for patterns
    sacpis committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a15fdeb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'optimize_notebook_validation' of https://github.com/sac…

    …pis/cuda-quantum into optimize_notebook_validation
    sacpis committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5c5a77e View commit details
    Browse the repository at this point in the history