Skip to content

Commit

Permalink
Update test to use new dataset path
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss committed Jun 17, 2021
1 parent ee4f7a7 commit 63bd246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-macro-files/google-stock.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<simu>
<train>
<dataset file="test/google_stock_dataset.csv">
<dataset file="test/datasets/google-stock/google-clean.csv">
<model plugin="plugins/LSTM/LSTM.py">
<name>google-stock-LSTM</name>

Expand Down Expand Up @@ -34,7 +34,7 @@

</train>
<attack>
<dataset file="test/google_stock_dataset.csv">
<dataset file="test/datasets/google-stock/google-clean.csv">
<cw_inf tag="cw_inf1">
<confidence>0.0</confidence>
<targeted>0</targeted>
Expand Down

0 comments on commit 63bd246

Please sign in to comment.