Albert Kottke
Albert Kottke
Thanks for the input file. Let me try to reproduce the problem this weekend. On Jan 10, 2018 6:30 PM, "sjstrive" wrote: > Dear Albert, thanks for your timely reply....
Is there interest in adding the confidence intervals to the lowess fits? I find them informative when looking at data. In the past, I have used the [skmisc.loess](https://has2k1.github.io/scikit-misc/stable/loess.html) library to...
That makes sense to me. I will look into those options and can open this up again if I find any useful.
Do you have a space between require and '?
That's correct, there is no unit conversion in the calculation of the response spectra.
And if you add `dask` back into that list, how big is the environment?
In my mind, it would make sense to partition the project into two pieces: 1. Extension of the ASDF format. We could use either the native namespace package approach, or...
Can you provide the complete script that causes this problem?
Please attach the actual file as the formatting is lost when you just paste the code as a comment.
A few comments. In this cell: ```python var_soiltypes = pystrata.variation.DarendeliVariation(-0.5) count = 4 for geopsy_profile in iter_geopsy_profiles(fname): for profile in pystrata.variation.iter_varied_profiles( profile, count, var_thickness=None, var_velocity=None, var_soiltypes=var_soiltypes ): calc(ts, profile, profile.location('outcrop',...