forked from kinverarity1/lasio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove python 2.7 from Travis-CI Rearrange-Reader: Enable Unknown section tests to pass Use TextIOWrapper.tell() to get section start pos Add initial LAS 3.0 test infrastructure - Add tests/examples/3.0 dir. - Add the CWLS's 3.0 example las file. - Copy the example file to sample_3.0.las to standardize with 1.2 and 2.0 sample las files. - Create a tests/test_read_30.py with basic read test. However, the test is set to SKIP because it current fails on the rearrange-reader branch First draft at isolated data section reader (kinverarity1#5) Now all header sections are parsed fully before returning to read data sections. Add find_sections_in_file() Rebase to master
- Loading branch information
Showing
4 changed files
with
360 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
language: python | ||
python: | ||
- "2.7" | ||
- "3.5" | ||
- "3.6" | ||
- "3.7" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.