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

Unify default values of arguments for all snapshot_base and snapshot methods in qcodes repo #1830

Closed

Commits on Dec 4, 2019

  1. Make default value of update arg same as in Metadatable.snapshot_base

    ... because these are all overrides of the Metadatable.snapshot_base
    method, hence the default values should (probably) be the same.
    astafan8 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7475c3c View commit details
    Browse the repository at this point in the history
  2. Make default value of update arg same as in Metadatable.snapshot

    ... because these are all overrides of the Metadatable.snapshot
    method, hence the default values should (probably) be the same.
    astafan8 committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    11c51dc View commit details
    Browse the repository at this point in the history