Skip to content

Commit

Permalink
Merge pull request #506 from willow-ahrens/wma/reorg_util.jl
Browse files Browse the repository at this point in the history
reorganize utils
  • Loading branch information
willow-ahrens authored Apr 25, 2024
2 parents 75fa503 + 5151c23 commit dfc2a2a
Show file tree
Hide file tree
Showing 6 changed files with 531 additions and 528 deletions.
6 changes: 3 additions & 3 deletions docs/src/interactive.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.0"
"version": "1.6.7"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.0",
"name": "julia-1.6",
"display_name": "Julia 1.6.7",
"language": "julia"
}
},
Expand Down
3 changes: 1 addition & 2 deletions src/Finch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ struct FinchExtensionError <: Exception
end

include("util/util.jl")
include("util/limits.jl")
include("util/vectors.jl")

include("environment.jl")

include("FinchNotation/FinchNotation.jl")
using .FinchNotation
using .FinchNotation: and, or, InitWriter
Expand Down
Loading

0 comments on commit dfc2a2a

Please sign in to comment.