Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Compatibility 0.5-0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed May 17, 2017
1 parent e33c47d commit 5af6eed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- linux
julia:
- 0.5
- 0.6
notifications:
email: false
script:
Expand Down
1 change: 0 additions & 1 deletion src/PDMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include("path.jl")
include("kernels.jl")
include("simulate.jl")

# include("local/factor.jl")
include("local/event.jl")
include("local/factorgraph.jl")
include("local/simulate.jl")
Expand Down
4 changes: 2 additions & 2 deletions src/local/event.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ end
Storage for all the `EventList` objects corresponding to a factor graph in a
local BPS setting. The element `evl` can be accessed by the variable index so
`a.evl[k]` will return the eventlist associated with variable `k`. Note that
the different `EventList` may have different types (in particular, different dimensions).
See also: `Event`, `EventList`.
the different `EventList` may have different types (in particular, different
dimensions). See also: `Event`, `EventList`.
"""
type AllEventList
evl::Vector{EventList}
Expand Down
2 changes: 1 addition & 1 deletion src/local/simulate.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Base.Collections:
using DataStructures:
PriorityQueue,
enqueue!,
dequeue!,
Expand Down

0 comments on commit 5af6eed

Please sign in to comment.