Andrea Gavana

Results 9 issues of Andrea Gavana

**What you were expecting:** Following the documentation: draw(config, scale) redraws chart using given configuration and d3.scaleTime scale I was naively expecting that I could update the zoom in the chart...

Trying to run the following problem with two objectives, three variables, no constraints and Integer variables with SMPSO: ``` from platypus import * def my_function(x): """ Some objective function""" return...

I am running CoolProp 6.4.2dev with Python 2.7 (I know, it's old but it's a long story) on Windows 10 64 bit. Running the following simple Python script: ``` python...

Hi, I am using comtypes 1.1.3 on Windows 7 64bit, Python 2.7.3 64bit. Using this code: ```python import comtypes.client XLS = r"D:\Working\ExcelFile.xlsm" xls_app = comtypes.client.CreateObject("Excel.Application") xls_app.Workbooks.Open(XLS, False, False) xls_app.Quit() ```...

Thank you for this great piece of work, I took some inspiration from your R code to do some analysis in Python using the MERRA data. One thing that is...

Hi, thank you for making your code available. I am no expert and maybe I am asking very stupid questions, so please bear with me. I deal with multi-components gas...

Hi, I am handling yet another Excel spreadsheet and I naively thought I could use koala to do some calculations with it. However, koala complains (rightly I believe) with this...

Hi, I'm using Koala2 for the first time on a rather simple Excel file (i.e., nothing with 45,000 formulae as mentioned in the PyCel site). However, it doesn't work, meaning...

Enhancement
New function request

This is a possible simple fix for #2239 (SetHeaderHeight does not work in UltimateListCtrl). Only tested on Windows. Fixes #2239