Skip to content

Commit 1690600

Browse files
author
Maximilian Reißmann
committed
change names accroding to convention
1 parent 9dc241f commit 1690600

File tree

11 files changed

+6555
-12
lines changed

11 files changed

+6555
-12
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "JGep"
1+
name = "JGepRegression"
22
uuid = "2f0a5bb0-5f4f-4f7f-b515-93a1e67611af"
33
authors = ["Max Reissmann <reissmannm@student.unimelb.edu.au>"]
44
version = "0.1.0"

src/JGep.jl renamed to src/JGepRegression.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module JGep
1+
module JGepRegression
22

33
include("Entities.jl")
44
include("Gep.jl")
@@ -48,4 +48,4 @@ export generate_gene, generate_preamle!, compile_expression!, generate_chromosom
4848
export genetic_operations!
4949

5050

51-
end
51+
end

test/Main_min_example.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
include("../src/JGep.jl")
1+
include("../src/JGepRegression.jl")
22

3-
using .JGep
3+
using .JGepRegression
44
using DynamicExpressions
55
using OrderedCollections
66
using BenchmarkTools

test/Main_min_with_csv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JGep
1+
using JGepRegression
22
using DynamicExpressions
33
using OrderedCollections
44
using BenchmarkTools

test/Main_min_with_csv_and_units.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JGep
1+
using JGepRegression
22
using DynamicExpressions
33
using OrderedCollections
44
using BenchmarkTools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ end
234234
dim6 = calculate_vector_dimension!(tree6)
235235
@test dim6 == [1.0, 1.0, 0.0, 0.0] # Should return existing dimension without recalculation
236236
end
237-
end
237+
end

test/paper_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using JGep
1+
using JGepRegression
22
using DynamicExpressions
33
using OrderedCollections
44
using CSV

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include("Entity_test.jl")
2-
include("Spb_core.jl")
2+
include("Spb_core_test.jl")
3+
include("non_dom_sort_test.jl")

tutorial/JGEP_CSV_demo.ipynb

Lines changed: 5780 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)