epsi-builds/msspec_python3/pipeline/head This commit looks goodDetails
There is presumably a bug when using pcolormesh
with msspec in matplotlib 3.5.0. The stereo projection
does not work properly and the CPU is rising at 100% as
well as the memory usage. Meanwhile, the event loop of Wx
is affected freezing the GUI. Reverting to last stable 3.4.3
version fixes the problem for now. A true fix should be found
asap.
It was impossible to enter a numerical value.
The 'allowed_values' keyword was set in the definition
of the 'mean_free_path' parameter, I commented it to
allow any value for this option.
epsi-builds/msspec_python3/pipeline/head This commit looks goodDetails
The 'venv' target has been modified to ensure that
setuptools is at the latest version, otherwise the
docker image could not be created.
Dockerfile was modified to pull the master branch
instead of the devel one.
epsi-builds/msspec_python3/pipeline/head This commit looks goodDetails
This last stage is not working due to permission
issues on the server side. I tried to just update
existing files instead of removing everything and
copying new files. Let's see...
In the first example lines of the copper tutorial, the line
'view(cluster)' raised an error since the 'cluster' variable
was not yet declared. Replaced by 'view(copper)'.
The Powershell script (*.ps1) equivalent to the Linux Bash script is
used under Windows as a frontend to the Docker image of MsSpec.
It is converted to an *.exe file (msspec.exe) which is installed
by the setup program (msspec_setup.exe) created by Inno Setup using
the *.iss scripts. The end user will just download the msspec_setup.exe
file.
Previously, the ensurepip method was used
but it is not working as expected in some
Python distributions were it is not included.
Falling back to the bootstraping get-pip.py is
safer.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commitDetails
The script for dockerized MsSpec could be uninstalled
with the "msspec uninstall" command whereas it is
"msspec -u" for the non containered version. It is
now "-u" for both scripts.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commitDetails
This script is the frontend of the dockerized MsSpec
for Linux. The user has just to download it, make it
executable and place it in the $PATH to run MsSpec.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commitDetails
When using python options (like "-c" for example), all
arguments from the command line were not passed to the
launch_script function because of missing double quotes
around the $@ array.
epsi-builds/msspec_python3/pipeline/head There was a failure building this commitDetails
pip was not the default script in the virtualenv in the docker image (pip3 was).
So we had to use "ensurepip" as recommended by the pip team.
The Dockerfile was a bit simplified.
Instead of returning a panda dataframe, return both a list
of [x0, y0, x1, y1,...] values for all the calculations and the
corresponding dict of parameters
epsi-builds/msspec_python3/pipeline/head This commit looks goodDetails
The index.rst has been renamed to index.rst.hidden to
hide the tutorials section from the website for les Houches school.
A warning message has been added at the top of the downlod section
to tell that this page is deprecated.