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

Remove pointless check. #1382

Merged
merged 1 commit into from
Aug 5, 2024
Merged

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Jul 31, 2024

The container is an unordered_set, which means we can insert without causing
duplication. Hence, we can avoid the find code.

The container is an `unordered_set`, which means we can insert without
causing duplication. Hence, we can avoid the find code.
bbpadministrator pushed a commit to BlueBrain/nmodl-references that referenced this pull request Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.82%. Comparing base (575a724) to head (fd5c321).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1382      +/-   ##
==========================================
- Coverage   86.82%   86.82%   -0.01%     
==========================================
  Files         180      180              
  Lines       13682    13681       -1     
==========================================
- Hits        11880    11879       -1     
  Misses       1802     1802              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bbpbuildbot
Copy link
Collaborator

Logfiles from GitLab pipeline #224413 (:white_check_mark:) have been uploaded here!

Status and direct links:

@1uc 1uc marked this pull request as ready for review July 31, 2024 12:26
@alkino alkino merged commit de969a3 into master Aug 5, 2024
24 checks passed
@alkino alkino deleted the 1uc/simplify-variables_in_verbatim branch August 5, 2024 12:52
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

Successfully merging this pull request may close these issues.

3 participants