patquem
patquem
Hello, I have created a ColorMap class that I would like to be dynamically linked with ipyvolume objects (such as Mesh). My code below works, but for each ColorMap sliders...
## Description Shift returned by phase_cross_correlative is no more correct when calculating it with 0.19.3 (instead of 0.18.1) on 'smoothed' image ## Way to reproduce ```python import skimage from skimage.registration...
Hello, How to create a gif animation of 2 subplots iterating simultaneously ? Is there a way to have a 'global' controler for both axis ? (in the example below,...
### Bug summary Hello, When doing in a (PyCharm) console: ``` >> import matplotlib.pyplot as plt >> plt.figure() Backend MacOSX is interactive backend. Turning interactive mode on. Out[3]: ``` the...
Hello, One year ago, I succeed in using ipyvolume with a python-3.7.7 kernel. Today, working on a new virtual env (with the same python kernel), impossible to make my notebook...
Hi, I try to run an .xlsm file with the following instructions: ``` excel_macro = wincl.DispatchEx("Excel.application") workbook = excel_macro.Workbooks.Open(Filename=fname_xlsm, ReadOnly=1) ``` Since I have updated my env from pywin32 v228...
Hello, Verbosity (=True) is imposed to the users*. Could it be possible to create the related argument ? Thanks. Patrick _(* for instance in N2V.train() the verbose argument passed to...
Hello, doing `Model({y: 0.})` or `CallableModel({y: 0.})` (whatever the constant value in the expression) returns: _AttributeError: 'float' object has no attribute 'free_symbols'_ That is a problem when, for instance, we...
Hello, In addition to the one reported in #355 , other issues can be encountered when doing for instance model derivations using the symfit framework. Starting for instance with a...
Hello, When coloring warning messages with yellow (in modopt/interface/errors.py line 39), this engenders special characters [33mWARNING[0m that make big trouble during xml reports generation/interpretation. Could you please remove the colorization...