-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relative density function not working properly #34
Comments
Just a few days ago I had a similar problem. The interpret_cpt does not call the relative_density_calc which is probably a bug. My workaround is as follows cpt = geolib_plus.gef_cpt.GefCpt() Does this help? |
Your workaround works. When I compare the different methods, I notice a difference between line 589 and line 730. In 589 the default method is mentioned, whereas this is missing in 730. I would expect line 730 to become: |
Bugfix to solve issue Deltares#34 (comment)
Bugfix to solve issue Deltares#34 (comment)
Problem
The recently added 'relative density calculation' yields a None value, which is not what I expect. Please find below my code and GEF file:
GEF file: CPT000000092361_IMBRO.zip
Workaround
When I paste the whole contents of the file 'robertson_cpt_interpretation.py' at the top of this script (and remove the import statement on line 12) I actually get a relative density value, However, I would be happy if anyone has a more elegant solution or suggestions.
The text was updated successfully, but these errors were encountered: