uwoseis / zephyr

Open-source seismic waveform modelling and inversion code written in Python
https://zephyr.space
MIT License
17 stars 8 forks source link

[CLOSED] Break out model-dependent properties into a new baseclass. #3

Closed bsmithyman closed 8 years ago

bsmithyman commented 8 years ago

Issue by bsmithyman Monday Nov 09, 2015 at 23:49 GMT Originally opened as https://github.com/uwoseis/anemoi/pull/3


Model-dependent properties are now part of a new baseclass, which means that we have something to inherit from when we want features dealing with model size, etc., but not other aspects of something like BaseDiscretization.


bsmithyman included the following code: https://github.com/uwoseis/anemoi/pull/3/commits

bsmithyman commented 8 years ago

Comment by ShaunHadden Thursday Nov 12, 2015 at 17:36 GMT


did i forget to do this? my apologies Brendan!

bsmithyman commented 8 years ago

Comment by bsmithyman Thursday Nov 12, 2015 at 19:20 GMT


No problem! I'm doing this partly to make sure you know what's going on, and partly for documentation purposes. That way there's discussion & context.