Skip to content

Commit

Permalink
Mark Templeton sessions has context_naive in keywords [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhardcastle committed Sep 28, 2024
1 parent 6e9a5b0 commit d46a866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npc_sessions/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ def is_injection_control(self) -> bool:
def is_context_naive(self) -> bool:
if (v := getattr(self, "_is_context_naive", None)) is not None:
return v
return False
return self.is_templeton

@property
def is_late_autorewards(self) -> bool:
Expand Down

0 comments on commit d46a866

Please sign in to comment.