New issue 8 by sam.r.bo...@gmail.com: Generate brittle WRT filename
extensions
http://code.google.com/p/clml/issues/detail?id=8
Generate will autogenerate a tableaux file and then fail to find it if you
leave the .csv extension off in the tableaux filename specification.
{{{
pyphon_generate.py simple_harmony-simple_inputs-OT typology OT
Tableax file simple_harmony-simple_inputs-OT does not exist.
Attempting to auto-generate...
Auto-generation: inferring: modelFile = 'simple_harmony', inputFile
= 'simple_inputs.csv', opt = 'OT'
...
Wrote tableaux to 'simple_harmony-simple_inputs-OT.csv'
Auto-generation failed.
Aborting pyphon_generate: tableaux file simple_harmony-simple_inputs-OT not
found and unable to auto-generate.
}}}
***but***
{{{
pyphon_generate.py simple_harmony-simple_inputs-OT.csv typology OT
Tableax file simple_harmony-simple_inputs-OT.csv does not exist.
Attempting to auto-generate...
Auto-generation: inferring: modelFile = 'simple_harmony', inputFile
= 'simple_inputs.csv', opt = 'OT'
...
Finding consistent cross
product...
|
100% |
################################################################################################################################|
There are 4 languages.
Wrote T-Order diagram to typology-tOrder.dot.
Wrote typology to typology.csv (volumes=False).
}}}