erdc / air-water-vv

Verification and validation tests for computational models of air/water flow
MIT License
5 stars 14 forks source link

Bug on Context.py #155

Open JAMijares opened 7 years ago

JAMijares commented 7 years ago

There is a small bug on proteus/Context.py on the line 107 on the word contextOptionsDit

The fix is: ContextOptions = recordtype("ContextOptions", contextOptionsDict.iteritems())

Regards