Skip to content

Commit

Permalink
Remove cache disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Aug 13, 2023
1 parent f1621eb commit 3aad2a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
using Test
using MPSKitModels

import TensorOperations
TensorOperations.disable_cache()

@testset "lattices" verbose = true begin
include("lattices.jl")
end
Expand Down

2 comments on commit 3aad2a9

@lkdvos
Copy link
Member Author

@lkdvos lkdvos commented on 3aad2a9 Aug 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/89549

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.5 -m "<description of version>" 3aad2a999d4fa20101ed6fb743244fd0b6701ab5
git push origin v0.2.5

Please sign in to comment.