Skip to content

Commit

Permalink
Rename PYGAMA_FAST to PYGAMA_FASTMATH
Browse files Browse the repository at this point in the history
  • Loading branch information
gipert authored Mar 22, 2024
1 parent 2a76a94 commit 4aa6035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pygama/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class NumbaPygamaDefaults(MutableMapping):

def __init__(self) -> None:
self.parallel: bool = getenv_bool("PYGAMA_PARALLEL", default=True)
self.fastmath: bool = getenv_bool("PYGAMA_FAST", default=True)
self.fastmath: bool = getenv_bool("PYGAMA_FASTMATH", default=True)

def __getitem__(self, item: str) -> Any:
return self.__dict__[item]
Expand Down

0 comments on commit 4aa6035

Please sign in to comment.