Francisco de la Peña

Results 95 comments of Francisco de la Peña

Probably we should request it/ report it to the Debian packagers instead? I think that the issue is that traitsui 5 (the one adding python3 support) is not yet in...

It should be relatively simply to make all the ``gui/*`` functionality optional. @vidartf, how simply would it be to remove/make optional the traitsui code from component etc? We could aim...

Good news! On 10 August 2017 at 23:35, Magnus Nord wrote: > I got the debian package building almost working now, but some of the > tests aren't passing! Will...

This is WIP. I will complete it once I get feedback on the syntax and functionality. Some notes: * Instead of ``__setattr__`` we could use a standard method e.g. ``set_attributes()``....

Good catch! I don't have time to verify this now, but that's probably because it performs some operations on the data on creation e.g. to estimate the initial parameters.

That seems to be the case, see https://github.com/hyperspy/hyperspy/blob/RELEASE_next_minor/hyperspy/models/edsmodel.py#L244 That's relevant for #2422, because for linear fitting estimating the initial parameters is not necessary.

I think that we should indeed accept the trailing ``/`` as a valid path since this is a valid folder path (while it is not a valid file path). If...

Notice that the list above is certainly non-exhaustive. Please add any remaining issues that I may have missed.

The problem is that ``Axis`` and ``AxesManager`` can be useful without an associated ``Signal``. In those cases, one would like to set attributes such as ``size``. An alternative could be:...