Sylvain Tricot
369e743197
Removed all f-strings.
...
By replacing f-strings by the standard ".format" call,
the package can be now compatible with python3.5
2021-09-27 17:49:48 +02:00
Sylvain Tricot
0e04dd4a75
Remove config of logging in looper
...
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit
Details
Because it overriveded the global logging level...
2021-07-21 10:45:34 +02:00
Sylvain Tricot
3743cb8d17
Changed return values of Looper.run
...
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
2021-07-20 16:45:37 +02:00
Sylvain Tricot
1899020178
Small changes in looper.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
2021-06-24 09:13:47 +02:00
sylvain tricot
195d5fd72f
Add a module for multiprocessing.
epsi-builds/msspec_python3/pipeline/head This commit looks good
Details
2021-04-01 18:37:19 +02:00