Skip to content

Commit

Permalink
Merge branch 'master' into automatic_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pertft committed Sep 6, 2023
2 parents e472b85 + b6acfdc commit 250c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TuLiPa.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ include("reasoning_nvehydro.jl")
# Resulthandling
include("results.jl")

_EXCLUDE_SYMBOLS = []
_EXCLUDE_SYMBOLS = [:include, :eval]

for sym in names(@__MODULE__; all = true)
sym_string = string(sym)
Expand Down

0 comments on commit 250c002

Please sign in to comment.