-
Fix the failing tests and cover the rest of the `rockphysics` module
-
[144 Rockrproperty models](https://github.com/sede-open/synthoseis/blob/6352bc62b2de3542f8dfa9b94a2b1f0f875fda49/rockphysics/RockPropertyModels.py#L145)
When a user names a project say: `example1` …
-
When trying to run default example, got the following error:
TypeError: RPMExample.__init__() got an unexpected keyword argument 'phic'
Apparently RPMExemplo from `rockphysics/rmp_example.py`…
-
There appears to be a bug in the avseth_fluidsub module in bruges/bruges/rockphysics/fluidsub.py
in line 165 where the avseth_gassmann module is being passed a variable called kmin but it expects o…
-
It appears that a line is missing from the init.py in bruges/bruges/rockphysics that imports the bounds modules.
ie:
`from .bounds import voigt_bound,reuss_bound,hill_average,hashin_shtrikman`
…