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

Failure in Horace-Euphonic interface testing 2023b+ #8

Open
oerc0122 opened this issue Jul 15, 2024 · 0 comments
Open

Failure in Horace-Euphonic interface testing 2023b+ #8

oerc0122 opened this issue Jul 15, 2024 · 0 comments

Comments

@oerc0122
Copy link

Issues in Horace-euphonic-interface tests.

Failure happens on MATLAB 2023b+ (working on 2023a and below).

Seems to be happening as possible result of double specification of MATLAB types in internal matlab-python interface.

Running EuphonicSfTestBrille
  
  ================================================================================
  Error occurred in EuphonicSfTestBrille/runIntegrationTestsWithBrille and it did not run to completion.
      ---------
      Error ID:
      ---------
      'MATLAB:class:DuplicateSuperClass'
      --------------
      Error Details:
      --------------
      Same base class matlab.mixin.internal.indexing.Paren specified more than
      once
      for class py.typing._UnionGenericAlias.  Specify each base class only once.
      
      Error in light_python_wrapper.light_python_wrapper>get_signatures (line 378)
              sigs(ii).annotation = par.annotation;
      
      Error in light_python_wrapper.light_python_wrapper/parse_args (line 22)
                          out = parse_with_signature(args,
                          get_signatures(fun_ref));
      
      Error in euphonic.BrilleInterpolator.from_force_constants (line 45)
                  args = light_python_wrapper.light_python_wrapper.parse_args(...
      
      Error in EuphonicSfTestBrille/runIntegrationTestsWithBrille (line 16)
                  bri = euphonic.BrilleInterpolator.from_force_constants( ...
  ================================================================================
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

No branches or pull requests

1 participant