Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjarvinen committed Dec 3, 2024
1 parent b238de6 commit 687d7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.9' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1.10' # Replace this with the minimum Julia version that your package supports. E.g. if your package requires Julia 1.5 or higher, change this to '1.5'.
- '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia.
#- 'nightly'
os:
Expand Down
2 changes: 1 addition & 1 deletion src/submodules/QuantumSystem/quantum_states.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

## utils

HelmholtzKernel.get_elementgrid(qs::QuantumState) = qs.elementgrid
get_elementgrid(qs::QuantumState) = qs.elementgrid


## Operations
Expand Down

0 comments on commit 687d7e3

Please sign in to comment.