You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MaterialProtobuf class and testing needs to be overhauled.
The testing is comprehensive but is difficult to read and modify. There are a number of tests that are unnecessary and definition of specific test Materials is not really needed. It might make sense to replace all the definition of the properties of the test materials with randomly generated materials.
In doing so, the references to the dealii::ParameterHandler can also be replaced (#116) and google style can be enforced (#106)
The text was updated successfully, but these errors were encountered:
jsrehak
added
major
Involves multiple classes across multiple top level namespaces.
testing
Related to testing helpers and support classes.
labels
Jan 23, 2019
jsrehak
changed the title
MaterialProtobuf overhaul
MaterialProtobuf overhaul
Jan 23, 2019
The
MaterialProtobuf
class and testing needs to be overhauled.The testing is comprehensive but is difficult to read and modify. There are a number of tests that are unnecessary and definition of specific test
Materials
is not really needed. It might make sense to replace all the definition of the properties of the test materials with randomly generated materials.In doing so, the references to the
dealii::ParameterHandler
can also be replaced (#116) and google style can be enforced (#106)The text was updated successfully, but these errors were encountered: