gher-uliege / DIVAnd.jl

DIVAnd performs an n-dimensional variational analysis of arbitrarily located observations
GNU General Public License v2.0
70 stars 11 forks source link

[🐞]WARNING: Method definition DIVAnd_bc_stretch overwritten #134

Closed Alexander-Barth closed 12 months ago

Alexander-Barth commented 1 year ago

Describe the bug Warning during loading:

using DIVAnd

WARNING: Method definition DIVAnd_bc_stretch(Any, Any, Any, Any, Any) in module DIVAnd at /home/abarth/.julia/dev/DIVAnd/src/DIVAnd_bc_stretch.jl:1 overwritten at /home/abarth/.julia/dev/DIVAnd/src/DIVAnd_bc_stretch.jl:10.
  ** incremental compilation may be fatally broken for this module **

Environment

This warning seems inconsequential. There is currently an ambiguity which function to call with DIVAnd_bc_stretch(mask, pmnin, xiin, Lin, moddim) from the compiler perspective (but both function at line 1 and 10 do the same thing).

I am currently working on a fix.

Alexander-Barth commented 12 months ago

should be fixed