Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dinskid committed Jun 30, 2020
1 parent ade51ba commit db2765a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 418 deletions.
3 changes: 3 additions & 0 deletions src/Coexist.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ using LinearAlgebra
using Dates
import StatsFuns: logistic, gammapdf
using PyCall
using Parameters

abstract type CType end

const DATA_DIR = joinpath(dirname(@__FILE__), "..", "data")

Expand Down
Loading

0 comments on commit db2765a

Please sign in to comment.