Skip to content
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

update parametric study to check for duplicates #243

Conversation

safeerehman
Copy link
Collaborator

@safeerehman safeerehman commented Feb 5, 2024

closes #228

  • Add a method _remove_duplicate_entries that will remove or update any entries in the parametric study
  • The method will have a bool parameter overwrite that will keep the either the first or the last duplicate.
  • This method will return an integer specifying the number of duplicates removed
  • This method will be called from add_inputs and add_summaries
  • add_inputs and add_summaries too will now return an integer specifying the number of entries added.

@github-actions github-actions bot added maintenance Package and maintenance related enhancement New features or code improvements labels Feb 5, 2024
@safeerehman safeerehman added this pull request to the merge queue Feb 5, 2024
Merged via the queue into main with commit 4832fad Feb 5, 2024
28 checks passed
@safeerehman safeerehman deleted the feat/228-update_parametric_study_to_check_for_duplicates_signed branch February 5, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or code improvements maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Parametric Study to Check for Duplicate Entries
2 participants