Skip to content

Commit e347280

Browse files
authored
Update host_relations.py
Added _zplaw as attribute to MMBulge_Standard (set to 0.0)
1 parent ebe52d3 commit e347280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

holodeck/host_relations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ def __init__(
700700
self._mplaw = mplaw #: Mass Power-law index
701701
self._mref = mref #: Reference Mass (argument normalization)
702702
self._scatter_dex = scatter_dex
703+
self._zplaw = 0.0
703704

704705
if len(kwargs) > 0:
705706
warn = f"Unused parameters passed to {self}! {kwargs=}"

0 commit comments

Comments
 (0)