Skip to content

Commit

Permalink
Merge pull request #13 from Nikola-Mircic/project-name
Browse files Browse the repository at this point in the history
Renamed project
  • Loading branch information
Nikola-Mircic authored Mar 25, 2024
2 parents 4e84921 + 5b22f42 commit d288c7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "FTN_PSI_PA"
name = "MetaheuristicAlgos"
uuid = "0afddabe-dfaf-4480-bf01-29bfefedff8e"
version = "0.1.2"
authors = ["Nikola-Mircic"]
Expand Down
2 changes: 1 addition & 1 deletion src/FTN_PSI_PA.jl → src/MetaheuristicAlgos.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module FTN_PSI_PA
module MetaheuristicAlgos

import Printf

Expand Down
2 changes: 1 addition & 1 deletion test/genetic_algorithm.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using FTN_PSI_PA.GeneticAlgorithm
using .GeneticAlgorithm

@testset "GeneticAlgorithm" begin
#=
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using FTN_PSI_PA
using MetaheuristicAlgos
using Test

@testset "Tests" begin
Expand Down

0 comments on commit d288c7f

Please sign in to comment.