Skip to content

Commit

Permalink
Merge pull request #3321 from CliMA/gb/docs
Browse files Browse the repository at this point in the history
Add readme to ref counter
  • Loading branch information
Sbozzolo authored Sep 21, 2024
2 parents 74422aa + b27c1cf commit 835f2e4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions regression_tests/ref_counter.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
179

# **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 you 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.


#=
179:
- Update Pi entr groups/ add parameter vectors
Expand Down

0 comments on commit 835f2e4

Please sign in to comment.