Skip to content

Commit

Permalink
Merge 96ae2c7 into 7701ae2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack committed Nov 16, 2018
2 parents 7701ae2 + 96ae2c7 commit ebb243e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Dagger.jl
Expand Up @@ -3,6 +3,7 @@ module Dagger
using Distributed, SharedArrays

import Base: collect, adjoint, reduce
import Distributed: procs

using LinearAlgebra
import LinearAlgebra: transpose
Expand Down
2 changes: 1 addition & 1 deletion src/lib/logging.jl
Expand Up @@ -196,7 +196,7 @@ function next_state(state::State, event::Event{:finish})
state
end
next_state(state::State, events::AbstractArray) =
foldl(next_state, state, events)
foldl(next_state, events, init=state)

# util

Expand Down

0 comments on commit ebb243e

Please sign in to comment.