Skip to content

Commit

Permalink
Add readme to ref counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Sep 20, 2024
1 parent 74422aa commit a4e8047
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 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 a4e8047

Please sign in to comment.