Skip to content

Commit

Permalink
anothe samll fix
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 12, 2024
1 parent 9aa6034 commit 4f84f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yadism/input/compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ def update_fns(theory):
if "PTODIS" not in theory or theory["PTODIS"] is None:
theory["PTODIS"] = theory["PTO"]

if "FONLLParts" not in theory:
if "FONLLParts" not in theory or theory["FONLLParts"] is None:
theory["FONLLParts"] = "full"

0 comments on commit 4f84f36

Please sign in to comment.