Skip to content

Commit

Permalink
Update ibaqpy/ibaq/combiner.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
ypriverol and coderabbitai[bot] authored Feb 9, 2025
1 parent c48b46a commit 4b221a5
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 4b221a5

Please sign in to comment.