jrleeman / rsfmodel

Rate and state frictional solver
MIT License
31 stars 12 forks source link

Split up #36

Closed jrleeman closed 9 years ago

jrleeman commented 9 years ago

Initial stab at splitting things up into individual modules. Probably need to discuss naming some. I think this is about the right level of granularity?

dopplershift commented 9 years ago

I think this is the right granularity. A shorter option for plotting would be plots or plot, but that's up to you.

jrleeman commented 9 years ago

Thinking about splitting up the tests by module as much as possible. Standard practice?

dopplershift commented 9 years ago

It's pretty standard to have one test file per module.

jrleeman commented 9 years ago

Ok. I've changed the naming a tiny bit and updated the examples/tests to reflect that. If it looks good to you, we'll merge and the test split-up can happen in another PR?

dopplershift commented 9 years ago

:+1: