Skip to content

Commit

Permalink
Flaking.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Aug 1, 2023
1 parent 39eb779 commit 523c41e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion photerr/euclid.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EuclidErrorParams(ErrorParams):
"H": 0.04,
}
)

m5: Dict[str, float] = field(
default_factory=lambda: {
"Y": 24.0,
Expand Down
4 changes: 2 additions & 2 deletions photerr/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ class ErrorParams:

m5: Dict[str, float] = field(default_factory=lambda: {})

tvis: Optional[float] = None
airmass: Optional[float] = None
tvis: Optional[float] = None
airmass: Optional[float] = None
Cm: Dict[str, float] = field(default_factory=lambda: {})
msky: Dict[str, float] = field(default_factory=lambda: {})
theta: Dict[str, float] = field(default_factory=lambda: {})
Expand Down
2 changes: 1 addition & 1 deletion photerr/roman.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class RomanErrorParams(ErrorParams):
"F": 0.04,
}
)

m5: Dict[str, float] = field(
default_factory=lambda: {
"Y": 26.9,
Expand Down

0 comments on commit 523c41e

Please sign in to comment.