Skip to content

Error displaying UnderwaterAcoustics.BasicUnderwaterEnvironment #44

Answered by mchitre
pabloborys asked this question in Q&A
Discussion options

You must be logged in to vote

Sounds like a Julia version issue. Are you on Julia 1.6?

The error message suggests a problem with calling replace() with multiple patterns. From the docs:

replace(s::AbstractString, pat=>r, [pat2=>r2, ...]; [count::Integer])

  │ Julia 1.7
  │
  │  Support for multiple patterns requires version 1.7.

Since the compat entry marks UnderwaterAcoustics.jl to be compatible with Julia 1.6, this should be categorized as a bug. The CI is set up for Julia 1.6, but the display on REPL method is probably missed being covered.

I'll transfer this to an issue to fix. In the meantime, moving to Julia 1.7 should fix it for you, I think.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mchitre
Comment options

Answer selected by pabloborys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants