-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove spurious annotation, add Maven plugins, metadata changes #182
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 7062aac. It's not testing what we want.
Changing the issue for test `tf2_test_model_call2`
24 call not supported
…tensor-parameters-in-tf2-tests
Looks like these were wrong since we weren't checking them. I verified in the IR that indeed v3 refers to the parameter.
…numbers-for-tensor-parameters-in-tf2-tests Test code fix for missing assertion
* Use Jython3 for ML tests. * Remove conditional test results. Previously based on only Jython3 testing. Now, we will always use it. * Disable tests that are failing due to wala#42. * Format. * Update tests. * Update test.
* More test files. * Fix test file. * Add classes. * Add test. * Add test. * Add test. * Add test. * New test. * New test. * Fix test code. * New test. * New test. * New test.
* Move spotless check earlier in GH Actions. * Install Python earlier for GH Actions. * Move spotless earlier for Travis CI.
This reverts commit e042ce0.
* Add test case. * Format. * Format. * Add test. * Add test. * Add `__init__.py` file to the tests. * Format. * Add packages test case. * Add multi-module package test case. * Progress on enhancing module resolution. * Progress. * Use an array instead of a list. We know the size. * Remove output statement. * Add logging. * Fix copy-and-paste error. * Whitespace. * Reword logs. * Integrate PYTHONPATH into the package resolution. * Add class test. * Add class test. * Add test and start implementing wala#177. * Add test. * Format. * Progress. * Generate a field reference to the package file. * Fix test. * Progress on wala#177. * Fix `__init__.py` constant usage. * Fix test. * Progress. * New test. * Add test. * Add test. * Add test. * Fix wala#177. New code only applies to packages/modules. * Add test. * Add test. * Fix javadoc. * Add tests. * New test. * Add test. * Add test. * Add test. * Add test. * Add test. * Progress. * Enhance comment. * Add javadoc. * Format.
msridhar
approved these changes
Apr 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Miscellaneous changes from our fork. I don't think any are critical, and some are more of a cleanup, but these changes would make future contributions easier.
Change Summary
maven-shade-plugin
.versions-maven-plugin
.@SuppressWarnings("unused")
annotation.