Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guyvdbroeck committed Sep 26, 2021
1 parent 05d84f9 commit 1061b7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProbabilisticCircuits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export twenty_datasets
include("Utils/Utils.jl")
@reexport using .Utils

include("FactorGraph/factor_graph.jl")
include("FactorGraph/fg_compile.jl")
include("factor_graph/factor_graph.jl")
include("factor_graph/fg_compile.jl")

include("abstract_prob_nodes.jl")
include("shared_prob_nodes.jl")
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/io/clt_io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ using Pkg.Artifacts
# circuit loaders from module zoo
#####################

# TODO move this to a Lerche.jl parser and use Base.{read,parse}

zoo_clt_file(name) =
artifact"circuit_model_zoo" * LogicCircuits.zoo_version * "/clts/$name"
Expand Down
2 changes: 2 additions & 0 deletions src/io/ensemble_io.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export load_as_ensemble, save_as_ensemble

# TODO transition this to a Lerche.jl parser and use Base.{read,parse}

"Loads an ensemble from disk."
function load_as_ensemble(name::String; quiet::Bool = false)::Ensemble{StructProbCircuit}
@assert endswith(name, ".esbl")
Expand Down

0 comments on commit 1061b7d

Please sign in to comment.