Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Feb 16, 2023
1 parent 195617f commit 1f01f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdv/multi_table/hma.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _finalize(self, sampled_data):
foreign_key,
sampled_data
)
table_rows[foreign_key] = parent_ids.values
table_rows[foreign_key] = parent_ids.to_numpy()

synthesizer = self._table_synthesizers.get(table_name)
dtypes = synthesizer._data_processor._dtypes
Expand Down

0 comments on commit 1f01f0d

Please sign in to comment.