Skip to content

Commit

Permalink
Merge pull request #59 from bararchy/master
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
bararchy authored Jan 21, 2018
2 parents 507c14d + 7586f66 commit ddab78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: shainet
version: 1.5.0
version: 2.0.0

authors:
- Bar Hofesh <[email protected]>
Expand Down
5 changes: 4 additions & 1 deletion spec/cnn_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "./spec_helper"
require "csv"

# Extract train data
system("cd #{__DIR__}/test_data && tar xvf tests.tar.gz")
system("cd #{__DIR__}/test_data && tar xvf tests.tar.xz")

describe SHAInet::CNN do
it "Check basic cnn features" do
Expand Down Expand Up @@ -76,3 +76,6 @@ describe SHAInet::CNN do
end
#
end

# Remove train data
system("cd #{__DIR__}/test_data && rm *.csv")
2 changes: 1 addition & 1 deletion src/shainet/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Shainet
VERSION = "1.5.0"
VERSION = "2.0.0"
end

0 comments on commit ddab78d

Please sign in to comment.