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

GWF-translator doesn't identify elements by system identifier #284

Open
MksmOrlov opened this issue May 20, 2023 · 0 comments
Open

GWF-translator doesn't identify elements by system identifier #284

MksmOrlov opened this issue May 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working sc-builder Changes in sc-builder module

Comments

@MksmOrlov
Copy link
Member

Describe the bug
gwf translator doesn't identify elements by the same system identifier

To Reproduce
Steps to reproduce the behavior:

  1. Create gwf like that, place it in kb directory
    image
  2. run ./build_kb
  3. see translated scs like that:
@link_123 = _[ ];;
@link_123 => nrel_system_identifier: _link_1;;
class_1 -> @link_123;;

@link_456 = _[ ];;
@link_456 => nrel_system_identifier: _link_1;;
class_2 -> @link_456;;

And @link_123 and @link_456 are different sc-elements.

Expected behavior
@link_123 and @link_456 are the same. I can find _link_1 and both classes: class_1 and class_2

@MksmOrlov MksmOrlov added bug Something isn't working sc-builder Changes in sc-builder module labels May 20, 2023
@MksmOrlov MksmOrlov self-assigned this May 20, 2023
@MksmOrlov MksmOrlov changed the title gwf translator error gwf translator doesn't identify elements by system identifier May 20, 2023
@NikitaZotov NikitaZotov changed the title gwf translator doesn't identify elements by system identifier GWF-translator doesn't identify elements by system identifier May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working sc-builder Changes in sc-builder module
Projects
None yet
Development

No branches or pull requests

1 participant