Skip to content

Commit a94286d

Browse files
committed
Rename tree_map.jl to base.jl
1 parent b191482 commit a94286d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Equation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ mutable struct Node{T}
6262
end
6363
################################################################################
6464

65-
include("tree_map.jl")
65+
include("base.jl")
6666

6767
"""
6868
Node([::Type{T}]; val=nothing, feature::Int=nothing) where {T}

src/tree_map.jl renamed to src/base.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""This file is imported by Equation.jl"""
2+
13
import Base:
24
all,
35
any,

0 commit comments

Comments
 (0)