2 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Investigate the occurrence of non-local pointer keys in tests for the Ariadne project, specifically within `TestTensorflow2Model.java`. Determine if this is an issue, identify other encountered pointer keys, and assess the need for handling them. This involves analyzing the WALA-based codebase and potentially modifying the test suite.

Complexity: 4/5
good first issue question testing

Java
#analysis#python#tensorflow#wala

AI Summary: The task involves removing a redundant parameter, `expectedNumberOfTensorParameters`, from the `TestTensorflow2Model.java` file within the Ariadne project. The parameter is redundant because its value is always equal to the length of another parameter, `expectedTensorParameterValueNumbers`. The change requires modifying the Java code to eliminate the unnecessary parameter and updating any related code to use only `expectedTensorParameterValueNumbers`.

Complexity: 2/5
good first issue cleanup testing java

Java
#analysis#python#tensorflow#wala