CWSL / cwsl-mas

VisTrails plugin for Climate Model Analysis
Apache License 2.0
6 stars 32 forks source link

The PatternDataSet class does accept NOT type constraints. #13

Open captainceramic opened 10 years ago

captainceramic commented 10 years ago

When creating a PatternDataSet from a file system pattern, the class will not recognise a constraint of the NOT type - eg Constraint('model', ['!ACCESS1-0']), which should be interpreted as meaning 'all models except ACCESS1-0', but instead is interpreted as a model called '!ACCESS1-0'.