Skip to content

Commit

Permalink
Temporarily mod out logdensitylayers
Browse files Browse the repository at this point in the history
Bug with precompilation when importing package
  • Loading branch information
billera authored Mar 15, 2024
1 parent 98b64be commit 850e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConditionalDensityLayers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ConditionalDensityLayers

# Write your package code here.
include("types.jl")
include("LogDensityLayers.jl")
#include("LogDensityLayers.jl")
include("GaussianMixtureLayers.jl")
include("VonMisesMixtureLayers.jl")

Expand Down

0 comments on commit 850e18c

Please sign in to comment.