Skip to content

Commit

Permalink
change error to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre committed Dec 13, 2016
1 parent c709326 commit b54eec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/numcomb.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ let polys_inited = false
polys_inited = true
return true
catch
error("Unable to load 'PolynomialSequences'.")
warn("Unable to load 'PolynomialSequences'.")
return false
end
end
Expand Down
2 changes: 1 addition & 1 deletion src/version.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const SYMATA_VERSION = v"0.3.0-dev.018"
const SYMATA_VERSION = v"0.3.0-dev.019"

0 comments on commit b54eec5

Please sign in to comment.