Skip to content

[BUG] Unknown argument includeCoat passed to getFacet #2

Description

@Dennis-van-Gils

Line 93 in file: /postProcess/Video-generic.py

This line passes argument includeCoat to the executable getFacet, but this argument is not known to getFacet. This leads getFacet to prematurely end with error code 1, in turn failing Video-generic.py.

Work-around solution:
Changing line 93 to

exe = ["./getFacet", filename] # , includeCoat]

resolves the issue.

The proper solution is probably to update getFacet.c and make it accept the includeCoat argument?

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

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions