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

Combined writing and temp file creation in a single step #720

Merged
merged 5 commits into from
Sep 14, 2023

Commits on Sep 11, 2023

  1. Combined writing and temp file creation in a single step

    This change will combine the creation of a temporary file and writing of the parameters in a single step, thereby reducing the total number of lines in the testing file.
    sarthakpati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    90a8ea2 View commit details
    Browse the repository at this point in the history
  2. Update test_full.py

    sarthakpati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    414ae8b View commit details
    Browse the repository at this point in the history
  3. Update test_full.py

    sarthakpati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    5aa3c9e View commit details
    Browse the repository at this point in the history
  4. typo fixed

    sarthakpati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c796e39 View commit details
    Browse the repository at this point in the history
  5. revert some changes

    sarthakpati committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3911c26 View commit details
    Browse the repository at this point in the history