Skip to content

Commit

Permalink
rm TruncatedStacktraces from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prbzrg committed Jan 4, 2024
1 parent ed27297 commit f37d8c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"

Expand All @@ -36,6 +35,5 @@ LuxCUDA = "0.3"
MLJBase = "1"
ReverseDiff = "1"
SciMLBase = "2"
TruncatedStacktraces = "1"
Zygote = "0.6"
cuDNN = "1"
3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ using LuxCUDA: LuxCUDA
using MLJBase: MLJBase
using ReverseDiff: ReverseDiff
using SciMLBase: SciMLBase
using TruncatedStacktraces: TruncatedStacktraces
using Zygote: Zygote

GC.enable_logging(true)

debuglogger = Logging.ConsoleLogger(Logging.Debug)
Logging.global_logger(debuglogger)

TruncatedStacktraces.VERBOSE[] = true

GROUP = get(ENV, "GROUP", "All")
USE_GPU = get(ENV, "USE_GPU", "Yes") == "Yes"

Expand Down

0 comments on commit f37d8c2

Please sign in to comment.