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

Deactivate dump/restore in basic example #1040

Merged
merged 8 commits into from
Apr 2, 2024
Merged

Commits on Jan 23, 2024

  1. Deactivate dump/restore in basic example

    This is not really "basic" and can lead to errors. I still left it in
    and put some additional explanation so that beginners learn about the
    concept but do not have it in their code without thinking about it.
    p-snft committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6fd1669 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 7, 2024

  1. Add dump_and_restore parameter to main function

    Although it is just an example, having hard-coded unreachable
    code can be considered bad style.
    p-snft authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    31cbad2 View commit details
    Browse the repository at this point in the history
  2. Delete useless whitespace

    p-snft authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    06d4eb0 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Update examples/basic_example/basic_example.py

    Co-authored-by: Patrik Schönfeldt <github@patrikschoenfeldt.de>
    MedinavonLevetzow and p-snft authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c7bcea2 View commit details
    Browse the repository at this point in the history
  2. Update examples/basic_example/basic_example.py

    Co-authored-by: Patrik Schönfeldt <github@patrikschoenfeldt.de>
    MedinavonLevetzow and p-snft authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7936783 View commit details
    Browse the repository at this point in the history
  3. Rollback: Changed the previous US 'Optimize'-Spelling-version back to…

    … British 'Optimise'-Spelling-version
    MedinavonLevetzow committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d7515f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #1061 from MedinavonLevetzow/dev

    Improved variable naming and formatting in 'basic_example.py' for enh…
    p-snft authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3f1bb5d View commit details
    Browse the repository at this point in the history