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 Duplicate Entries #228

Closed
safeerehman opened this issue Jan 22, 2024 · 0 comments · Fixed by #243
Closed

Update Parametric Study to Check for Duplicate Entries #228

safeerehman opened this issue Jan 22, 2024 · 0 comments · Fixed by #243
Assignees
Labels
enhancement New features or code improvements

Comments

@safeerehman
Copy link
Collaborator

📝 Description of the feature

Update the parametric_study class methods add_inputs and add_summaries to check for duplicate entries in the existing parametric study instance before adding another one.

💡 Steps for implementing the feature

  • add_inputs and add_summaries should now return the number of new entries added and the number of duplicate entries skipped
  • can use a method _check_for_duplicate_inputs that takes in a pandas series and returns a bool depending on the entry, if it is found or otherwise.

🔗 Useful links and references

No response

@safeerehman safeerehman added the enhancement New features or code improvements label Jan 22, 2024
@safeerehman safeerehman self-assigned this Jan 22, 2024
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
Projects
None yet
1 participant