Skip to content

Commit

Permalink
more cleaning on IC
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Feb 16, 2024
1 parent d26d33d commit b0ea6ff
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions docs/source/overview/tutorials/compare_data.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/source/overview/tutorials/getting_started.ipynb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/yadmark/navigator/navigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def fill_theories(self, theo, obj):
obj : dict
to be updated pandas record
"""
for f in ["PTO", "XIF", "XIR", "TMC", "NfFF", "FNS", "DAMP", "IC"]:
for f in ["PTO", "XIF", "XIR", "TMC", "NfFF", "FNS", "DAMP"]:
obj[f] = theo[f]

def fill_observables(self, ob, obj):
Expand Down
1 change: 0 additions & 1 deletion tests/yadism/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"NfFF": 3,
"DAMP": 0,
"MP": 0.938,
"IC": 0,
"HQ": "POLE",
"mc": 2,
"mb": 4,
Expand Down
1 change: 0 additions & 1 deletion tests/yadism/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def fake_update(*args):
MP=1.0,
Q0=2.0,
HQ="POLE",
IC=1,
TMC=0,
RenScaleVar=True,
FactScaleVar=False,
Expand Down

0 comments on commit b0ea6ff

Please sign in to comment.