simphony / simphony-common

The native implementation of the Simphony cuds objects
BSD 2-Clause "Simplified" License
7 stars 5 forks source link

Problem: generated classes are outdated #320

Closed mehdisadeghi closed 8 years ago

mehdisadeghi commented 8 years ago

Solution: regenerate them.

I had to add MATERIAL_ID manually to keywords.py and moreover I had to change all shape=[] and shape=Nones to shape=[1] to make it work.

mehdisadeghi commented 8 years ago

@tuopuu You can use this branch for your YAML tests.

tuopuu commented 8 years ago

Thanks @mehdisadeghi, I'll merge this branch locally to my work branch.

codecov-io commented 8 years ago

Current coverage is 67.91% (diff: 39.80%)

Merging #320 into master will decrease coverage by 4.12%

@@             master       #320   diff @@
==========================================
  Files           107        118    +11   
  Lines          6810       7390   +580   
  Methods           0          0          
  Messages          0          0          
  Branches        806        875    +69   
==========================================
+ Hits           4906       5019   +113   
- Misses         1867       2333   +466   
- Partials         37         38     +1   

Powered by Codecov. Last update 4e6f557...76c17ea