From bd4bc244f5a02dc1c768fcfb62c0b426ecee8ee4 Mon Sep 17 00:00:00 2001 From: Jonah Maxwell Miller Date: Thu, 12 Oct 2023 10:42:06 -0600 Subject: [PATCH] contributing --- doc/sphinx/src/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/src/contributing.rst b/doc/sphinx/src/contributing.rst index 138a381935..9a53e73888 100644 --- a/doc/sphinx/src/contributing.rst +++ b/doc/sphinx/src/contributing.rst @@ -250,7 +250,7 @@ dependencies, be sure to block off the test using ``#IFDEF`` blocks. ``eos_infrastructure_tests`` and ``eos_tabulated_unit_tests``. Pick the executable that most closely matches what your model is. -**This is important.** Since our library is header only, the unit +**Important:** Since our library is header only, the unit tests are often the only place where a specific EOS may be instantiated when ``singularity-eos`` is compiled. Therefore to exercise all code paths, it is best to create an ``EOS`` type