Abel Serrano Juste

Results 32 comments of Abel Serrano Juste
trafficstars

Shall we consider also this case: https://en.wikipedia.org/wiki/Lorenz_asymmetry_coefficient#LAC_interval_when_some_data_is_equal_to_%CE%BC ? In wikichron we need a fixed value though, shall we take the average of the interval in such case?

I mean that we need to plot a concrete value not an interval, which is the LAC value when there exist individuals whose value is equal to the mean.

With other _simpler_ Dash apps it doesn't happen.

Apparently, the app is restarted in debug mode by this trigger: `* Restarting with stat` which I don't know why is being triggered, are we modifying any file when the...

I think it's not restarted, but firstly, the app is launched normally with python and secondly, a parent (master) process launches it as a child in order to restart the...

This is not accurate since the calculations are cached. However the code might be slightly improved if some steps would be skipped when only the slider changed.

I did: `echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.zshenv` as the README says, and I get this error when opening a new shell: > /home/akronix/.zshenv:1: command not found: pyenv However,...

> @Akronix that's because your PATH probably isn't set in Zshenv. As I mentioned, I strongly do not recommend initializing Pyenv in Zshenv. Zshrc is the correct location, from the...

> In general you do not need pyenv-virtualenv even, you know? :) Don't I? what do you use then @blueyed ?

> @Akronix > I am using pyenv to install/manage different Python version, but https://github.com/Tarrasch/zsh-autoenv then to activate virtualenvs for different projects (which I typically install using `python -m venv .venv`...