Skip to content

Commit

Permalink
fixed problem with training set download
Browse files Browse the repository at this point in the history
  • Loading branch information
gunturus committed Apr 8, 2020
1 parent 559cf82 commit 2e9ce00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<target name="download-traindata" unless="offline">
<!-- download the trained data from web site -->
<get src="https://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz"
<get src="http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz"
dest="${build.classes.dir}" usetimestamp="true"/>
<untar src="${build.classes.dir}/data.tgz" dest="${build.classes.dir}/" compression="gzip" />
<move file="${build.classes.dir}/data.tgz" tofile="${dist.dir}/data.tgz" overwrite="true" />
Expand Down

0 comments on commit 2e9ce00

Please sign in to comment.