EphAsad commited on
Commit
4b98210
·
verified ·
1 Parent(s): 183cd9a

Update engine/parser_ext.py

Browse files
Files changed (1) hide show
  1. engine/parser_ext.py +1 -1
engine/parser_ext.py CHANGED
@@ -170,7 +170,7 @@ def _parse_pigment(text: str, parsed: Dict[str,str]):
170
 
171
  COLONY_PATTERNS = [
172
  "Mucoid","Smooth","Rough","Filamentous",
173
- "Spreading","Swarming","Sticky",
174
  "Ground-glass","Molar-tooth","Dry","Chalky","Corroding",
175
  ]
176
 
 
170
 
171
  COLONY_PATTERNS = [
172
  "Mucoid","Smooth","Rough","Filamentous",
173
+ "Spreading","Swarming","Sticky","Irregular",
174
  "Ground-glass","Molar-tooth","Dry","Chalky","Corroding",
175
  ]
176