Dimitris "Jimi" Charalampidis
Dimitris "Jimi" Charalampidis
The problem occurs because the `shape` attribute is represented as a stringified array (i.e. '[451]'). The root cause starts in https://github.com/Unidata/siphon/blob/198cbb4327fed92386d6df49ff9a2843ed5ee5a2/src/siphon/ncss_dataset.py#L340 Example: ` ` from https://thredds.ucar.edu/thredds/ncss/grid/grib/NCEP/GFS/Global_0p25deg/Best/dataset.xml P.S. A nice improvement...
I believe the one with the text would be more beneficial for all. For my case, I can isolate the graph part to use.
Any news on this?
Your problem lies in https://github.com/arobson/rabbot/blob/v2/src/index.js#L317. In `v2` the `request` is `rabbot.request( exchangeName, options, notify, [connectionName] )`. In `v1` the absence of `notify` parameter was getting handled (https://github.com/arobson/rabbot/blob/v1/src/index.js#L318). Either @arobson can...
@henon The only way to resolve this is by looking into the `site-packages` folder and do a lookup to determine if `scikit-learn` or `scikit_learn` is present. Same issue happens with...
> So all we gotta do is check for either snake_case or kebab-case? That seems to be the case with `python` library naming. Maybe using a Regex would be more...
Looking at it again I think that's something that `pythonnet` should resolve, right?
At some point your are creating a zip file on release. Include the `pdb` file in it. Come to think of it again, I suppose that the `nuget` tool does...
> I added `true` to the csproj files which generates a `Python.Deployment.1.4.1.symbols.nupkg` in addition to the `Python.Deployment.1.4.1.nupkg` package. However, it won't let me upload that as it competes with the...
> Python.Deployment.Debug.1.4.1.nupkg That's a reasonable solution.