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

Add readme to ref counter #3321

Merged
merged 1 commit into from
Sep 21, 2024
Merged

Add readme to ref counter #3321

merged 1 commit into from
Sep 21, 2024

Conversation

Sbozzolo
Copy link
Member

README

What is the ref_counter?

The ref_counter is part of reproduciability tests. The counter identifies a
particular snapshot of our code, a "reference". Each PR is tested against this
reference to check if it reproduces the expected behavior. This allows us to
check that PRs that are expected to not modify the behavior do indeed preserve
the previous behavior.

When am I allowed to increase the ref_counter?

If know that your PR is changing some behavior (e.g., you are changing
parameters, or how things are computed, or added a new component), you should
increase the number on top of this file and add an explanation on why it has
changed in the comments below. Increasing the ref_counter will make your PR
the new reference that other PRs will be compared against.

Copy link
Member

@szy21 szy21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

regression_tests/ref_counter.jl Outdated Show resolved Hide resolved
@Sbozzolo Sbozzolo added this pull request to the merge queue Sep 21, 2024
Merged via the queue into main with commit 835f2e4 Sep 21, 2024
14 of 16 checks passed
@Sbozzolo Sbozzolo deleted the gb/docs branch September 21, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants