oeo4b / kriging.js

Javascript library for geospatial prediction and mapping via ordinary kriging
oeo4b.github.io
MIT License
325 stars 130 forks source link

kriging_matrix_diag is not defined #21

Open resurgam211 opened 8 months ago

resurgam211 commented 8 months ago

I use vue3+typescript and import kriging like:

 import kriging from "/src/utils/kriging.js";

then i got this error: Uncaught ReferenceError: kriging_matrix_diag is not defined at kriging.js:37:25 at kriging.js:481:2

Mario343214420 commented 6 months ago

i got this error too