Skip to content

Commit

Permalink
add debug prints to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagocasas committed Dec 1, 2024
1 parent 5d9a47c commit 55f7a13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cosmicfishpie/configs/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ def create_sp_dict(foldername, filename):
if "IM" in obs:
for key in IMbiasparams:
freeparams.setdefault(key, default_eps_gc_nuis)
upt.debug_print("Final dict of free parameters in config.py:")
upt.debug_print(freeparams)

global latex_names
latex_names_def = {
Expand Down
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import pytest

from cosmicfishpie.fishermatrix import cosmicfish as cff
from cosmicfishpie.utilities.utils import printing as upt

code_to_use = "symbolic"

upt.debug = True

@pytest.fixture(scope="module")
def photo_fisher_matrix():
Expand Down

0 comments on commit 55f7a13

Please sign in to comment.