striplog icon indicating copy to clipboard operation
striplog copied to clipboard

Warning not emitted if word not in lexicon

Open kwinkunks opened this issue 10 years ago • 0 comments

lexicon.get_component() should squawk if something is not found in the lexicon. Perhaps optionally silence with, eg, verbose=False

Weirdly, just setting 'required=True` in that function smits too many warnings, suggesting that something is broken in there. It should be ignoring case and I don't think it is.

As example, built striplog from las3 in Striplog_object notebook. 'Volcanic' should give a warning, but nothing else.

kwinkunks avatar Jul 23 '15 16:07 kwinkunks