Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Jan 9, 2024
1 parent 273d6ad commit ed8955b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/BitStringAddresses/BitStringAddresses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ include("sortedparticlelist.jl")
include("bosefs.jl")
include("fermifs.jl")
include("multicomponent.jl")
include("onrfs.jl")
include("occupationnumberfs.jl")

end
1 change: 1 addition & 0 deletions test/BitStringAddresses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ using Rimu.BitStringAddresses: num_chunks, chunks
using Rimu.BitStringAddresses: remove_ghost_bits, has_ghost_bits
using Rimu.BitStringAddresses: occupied_modes, update_component
using Rimu.BitStringAddresses: parse_address
using Rimu.BitStringAddresses: select_uint_type, destroy, create
using Random
using StaticArrays
using Test
Expand Down

0 comments on commit ed8955b

Please sign in to comment.