We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The mentioned method creates the following error:
.../xsection_generator.rb:491:in `run' .../xsection_generator.rb:495:in `run_multi' Error: test_simple(XSectionAPITest): ArgumentError: wrong number of arguments (given 1, expected 2)
Workaround is to use "run_multi" which is more general.
The text was updated successfully, but these errors were encountered:
Bugfix #35 (XSectionGenerator::run not working)
1e67ff6
- Added tests for API (run_api_tests.sh) - Version 1.10
No branches or pull requests
The mentioned method creates the following error:
Workaround is to use "run_multi" which is more general.
The text was updated successfully, but these errors were encountered: