stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
163 stars 26 forks source link

fix strip use #188

Closed ahartikainen closed 3 years ago

ahartikainen commented 3 years ago

.strip(xyz) removes all chr in {x, y, z} from the string start and end. Order does not matter.

To remove .py os.path.splitext is suitable function.

MansMeg commented 3 years ago

Thanks! I'm now back from my vacation so I will look into this asap.

MansMeg commented 3 years ago

Hi! There seem to be some problem with the Pythin linting? Could you see if you could fix this? It would be great if you could target the development branch as well. Then Ill fix the current R errors as well.

MansMeg commented 3 years ago

Great! Thanks!