Skip to content

Commit 9628b89

Browse files
author
Niek Wielders
committed
specified f_c is float
1 parent 3ca52ae commit 9628b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogalaxy/profiles/mass/dark/cnfw_mcr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def __init__(
1010
self,
1111
centre: Tuple[float, float] = (0.0, 0.0),
1212
mass_at_200: float = 1e9,
13-
f_c=0.01,
13+
f_c: float = 0.01,
1414
redshift_object: float = 0.5,
1515
redshift_source: float = 1.0,
1616
):

0 commit comments

Comments
 (0)