Skip to content

Commit 8451e31

Browse files
carlrodriguezCarl Rodriguez
and
Carl Rodriguez
authored
line missing from last commit (#615)
Co-authored-by: Carl Rodriguez <carl@Carls-MacBook-Pro-3.local>
1 parent 6c1654e commit 8451e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cosmic/sample/initialcmctable.py

+1
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def write(cls, Singles, Binaries, filename="input.hdf5", **kwargs):
334334
singles = pd.concat([singles, singles_bottom])
335335
singles["r"].iloc[-1] = 1e40
336336
singles["r"].iloc[0] = 2.2250738585072014e-308
337+
singles["m"].iloc[0] = Singles.central_bh
337338

338339
# Add a special row to the end of Bianries table
339340
binaries = pd.DataFrame(

0 commit comments

Comments
 (0)