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

Merge branch 'use_relative_patch_paths' into 'staging'

Changed name of path mask path column

See merge request !23
parents 3f116376 a7345416
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