Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Feb 9, 2025
2 parents 12042b6 + 4b221a5 commit 5c621c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibaqpy/ibaq/combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def imputer(self, covariate_to_keep: list = None):
self.df = impute_missing_values(self.df)

self.datasets = list(set([sample.split("-")[0] for sample in self.samples]))
logger.info(self.df.head)
logger.info(f"DataFrame head after imputation:\n{self.df.head()}")

def outlier_removal(
self,
Expand Down

0 comments on commit 5c621c7

Please sign in to comment.