Skip to content

Commit 5ec494c

Browse files
authored
Merge pull request #58 from acrisp3/main
Gulls Post Processing Correction
2 parents 9300bde + a142904 commit 5ec494c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

synthpop/modules/post_processing/gulls_post_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def do_post_processing(self, dataframe: pandas.DataFrame) -> pandas.DataFrame:
8484
for filt in filtlist:
8585
dataframe.loc[:, filt] = dataframe.loc[:,filt].fillna(99)
8686
dataframe.loc[:, "K213"] = dataframe.loc[:,"K213"].fillna(99)
87+
dataframe.loc[:, "Mbol"] = dataframe.loc[:,"Mbol"].fillna(99)
8788
dataframe = dataframe.fillna(value=2e-50)
8889

8990

0 commit comments

Comments
 (0)