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

Issue 21: fix test for data_characters #30

Closed dcslagel closed 4 years ago

dcslagel commented 4 years ago

@JustinGOSSES,

The purpose of this test is to test that curve data can contain string/time/date data. This fixes issue #21 .

The test code was changed to read and validate the proper field. No change was needed to the wellio.js code.

A related issue, parsing time-date data in the Well/Curve Info/Param blocks was identified and a separate issue opened #29 .

This test now passes and the full test suite was also run and still passes.

Let me know if this needs some additional changes before merging.

Thanks,

DC