Skip to content

Issue Found in Scan Operation #3

Description

@heejin5178

Hello,

I've encountered an issue in the scan operation within your code. It seems that in Aidel_impl.h, when searching for the model corresponding to the key, the scan is performed within the AidelModel class. However, I'm concerned about what happens in AidelModel if there aren't enough keys available for scanning. For example, if AidelModel[1] has 80 keys and I'm attempting to scan for 100 keys, how are the remaining 20 keys handled?

According to my debugging, it appears that the current scan results may contain duplicates. For example, although I attempted to find 100 keys, the actual number of unique keys found through the scan is only 80. Could you please advise on the best way to handle this issue?

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions