Skip to content
Snippets Groups Projects
Commit a7345416 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Changed name of path mask path column

parent 3f116376
No related branches found
No related tags found
3 merge requests!37Release 2024.04.19,!34Revert "Temporary error-handling for debug...",!23Changed name of path mask path column
......@@ -588,7 +588,9 @@ class RoiSet(object):
pad_to=None,
expanded=False
)
se_pa = df_exp.patch_mask_path.apply(lambda x: str(Path('tight_patch_masks') / x)).rename('tight_patch_masks')
se_pa = df_exp.patch_mask_path.apply(
lambda x: str(Path('tight_patch_masks') / x)
).rename('tight_patch_masks_path')
self._df = self._df.join(se_pa)
df_fn = self.export_dataframe(where / 'dataframe' / (prefix + '.csv'))
record['dataframe'] = str(Path('dataframe') / df_fn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment