Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Apr 8, 2024
1 parent 010baeb commit 19606ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function train_and_save_pytorch_model(
NeuralNetwork = neural_network_class.NeuralNetwork
model = NeuralNetwork()

x_python, y_python = CounterfactualExplanations.DataPreprocessing.preprocess_python_data(
x_python, y_python = preprocess_python_data(
data
)

Expand Down

0 comments on commit 19606ec

Please sign in to comment.