Skip to content

Commit

Permalink
Merge pull request #1 from tkelman/patch-1
Browse files Browse the repository at this point in the history
rename cumulants.jl to cumulant.jl
  • Loading branch information
lpawela committed Jun 12, 2017
2 parents 90ed0e1 + 041403e commit ad47339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: julia
os:
- linux
- osx
julia:
- release
- 0.5
# - nightly
notifications:
email: false
Expand Down
2 changes: 1 addition & 1 deletion src/Cumulants.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Cumulants
import Distributions: moment

#calculates moments and cumulants using block structures (SymmetricTensors)
include("cumulants.jl")
include("cumulant.jl")

#other
include("pyramidcumulants.jl")
Expand Down
File renamed without changes.

0 comments on commit ad47339

Please sign in to comment.