Skip to content

NameError: name 'kat_rational_cu' is not defined #34

Description

@pAbhit007

I have successfully installed the kat_rational_cu module, but I’m still encountering an error when trying to use it.
The error occurs during execution and points to a missing reference to the module:

NameError: name 'kat_rational_cu' is not defined

Specifically, this happens at the following line in the code:

x = kat_rational_cu.rational_fwd_1dgroup(input, weight_numerator, weight_denominator, group)

Even though the module has been installed correctly, it appears that kat_rational_cu is not imported or accessible in the scope where it is being called.
Please let me know how to resolve this or if the import statement is missing in the relevant source file.

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