Skip to content

Commit

Permalink
🐛 Fix module import in runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizFCDuarte committed May 25, 2024
1 parent e226b1f commit 216d5bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BASE_PATH = joinpath(dirname(@__DIR__()),"Sarimax")

include(joinpath(BASE_PATH,"src/Sarimax.jl"))
using .Sarimax

using Dates
using Sarimax
using Statistics
using Test

Expand Down

0 comments on commit 216d5bf

Please sign in to comment.