Skip to content

Add option to re-run steps 2-4 even if that .mat already exists #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sfregosi opened this issue Apr 20, 2025 · 0 comments
Open

Add option to re-run steps 2-4 even if that .mat already exists #14

sfregosi opened this issue Apr 20, 2025 · 0 comments

Comments

@sfregosi
Copy link

In testing I found I wanted to re-run the metadata, dive detection, and movement steps (Sections 2 to 4) with different parameters. If I just tried to re-run those sections, the script spits out a statement that the table already exists and to move to the next step.

I was able to force re-make the tables by deleting them. However, I think it would be more user-friendly to have an option to re-create any of those tables from the script (without having to delete), or, ideally within that function following implementation of #1.

Suggest modifying the if/else statements that starts at L137, L228, and L330 that check for an existing table to provide an option to recreate the table or not, similar to how it prompts for a y/n to initially make the table.

RE: openjournals/joss-reviews#7858

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant