Skip to content

Commit

Permalink
Renamed project
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-Mircic committed Mar 25, 2024
1 parent 4e84921 commit 5b22f42
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 5b22f42

Please sign in to comment.