JustinGOSSES / wellio.js

JavaScript for converting well-log standard .las file format to json format
https://justingosses.github.io/wellio.js/
MIT License
34 stars 5 forks source link

Test Failure: las2json : test_blank_line_in_header.js #20

Closed dcslagel closed 4 years ago

dcslagel commented 4 years ago

The test should find that a curve header for 'DEPT' is in well_json.curves.

The current error is: t.equal(well_json.curves[0] === "DEPT"); TypeError: Cannot read property '0' of undefined

This suggests that well_json.curves is not getting populated properly.

dcslagel commented 4 years ago

This was fixed in pull request #25

DC