Skip to content

Commit 7df2cb3

Browse files
authored
Merge branch 'master' into xz_deploy
2 parents 3fa8783 + 7dfcebc commit 7df2cb3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

com.ibm.wala.cast.python.test/data/buggy_convolutional_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Convolutional Neural Network.
1+
"""Convolutional Neural Network.
22
33
Build and train a convolutional neural network with TensorFlow.
44
This example is using the MNIST database of handwritten digits

com.ibm.wala.cast.python.test/data/tf2_test_reshape2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://raw.githubusercontent.com/aymericdamien/TensorFlow-Examples/dd2e6dcd9603d5de008d8c766453162d0204affa/examples/3_NeuralNetworks/convolutional_network.py
2-
""" Convolutional Neural Network.
2+
"""Convolutional Neural Network.
33
44
Build and train a convolutional neural network with TensorFlow.
55
This example is using the MNIST database of handwritten digits

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<project-version>0.0.1-SNAPSHOT</project-version>
2727
<maven.compiler.source>17</maven.compiler.source>
2828
<maven.compiler.target>17</maven.compiler.target>
29-
<maven.compiler.version>3.13.0</maven.compiler.version>
29+
<maven.compiler.version>3.14.0</maven.compiler.version>
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<build-alias>b000</build-alias>
3232
<wala.version>1.6.0</wala.version>
33-
<spotless.version>2.43.0</spotless.version>
33+
<spotless.version>2.44.3</spotless.version>
3434
<maven.surefire.version>3.5.2</maven.surefire.version>
3535
<parallel>both</parallel>
3636
<logging.config.file>${maven.multiModuleProjectDirectory}/logging.properties</logging.config.file>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
black==24.10.0
1+
black==25.1.0

0 commit comments

Comments
 (0)