choderalab / assaytools

Modeling and Bayesian analysis of fluorescence and absorbance assays.
http://assaytools.readthedocs.org
GNU Lesser General Public License v2.1
18 stars 11 forks source link

Single well for quickmodel and xml2png fix #133

Closed sonyahanson closed 5 years ago

sonyahanson commented 5 years ago

Adding quickmodel single well functionality.

First, though, I'm trying to get the travis build to pass, which is another matplotlib deprecation in xml2png. Hopefully this will now pass, just followed this suggestion: https://stackoverflow.com/questions/44806598/matplotlib-set-color-cycle-versus-set-prop-cycle

sonyahanson commented 5 years ago

If checks pass this should be ready to go! @MehtapIsik does this match what we were talking about?

MehtapIsik commented 5 years ago

Thanks a lot @sonyahanson. inputs_single_well.py looks very easy to use with this structure. I will try to run an example analysis myself tomorrow and let you know.

sonyahanson commented 5 years ago

Do we want to go ahead and merge this?

sonyahanson commented 5 years ago

Oh sorry just saw #134 .

sonyahanson commented 5 years ago

Hmmm, was going to merge this, but it seems that travis is failing for python3.6 Not sure yet if it's something I did, or rather a more general problem like this: https://github.com/conda/conda/issues/6007

jchodera commented 5 years ago

@sonyahanson : I just retriggered the test and everything passes now.

sonyahanson commented 5 years ago

Oh sweet thanks!