charles

Results 38 issues of charles

SummaryWriter log_dir argument has been changed to logdir

Is there a straightforward way to replicate the MATLAB implementation's `'combinedParams'` behavior using the Python `dPCA` code? I would like to do a grouping similar to the stimulus, decision, interaction,...

Attempt to fix: * https://github.com/ramonhagenaars/nptyping/issues/113 * https://github.com/ramonhagenaars/nptyping/issues/102 Which error out because of deprecation of `int0`, `object0`, etc. types

Should resolve the workflow error: ``` DEPRECATION: numpy-ringbuffer is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not...

Previous behavior: ```python >>> import numpy as np >>> from numpy_ringbuffer import RingBuffer >>> r = RingBuffer(5) >>> r.extend(np.arange(8)) >>> r ``` Expected/fixed behavior: ```python >>> import numpy as np...

In addition to checking for a matching LSL stream source ID. This is useful in the case that a device uses its serial number as its source ID and generates...

The Usage section of the readme is somewhat outdated: ```python >>> import case_conversion >>> case_conversion.snake("fooBarHTTPError") 'foo_bar_h_t_t_p_error' # ewwww :( >>> case_conversion.snake("fooBarHTTPError", acronyms=['HTTP']) 'foo_bar_http_error' # pretty :) ``` The current API...

## Description https://github.com/kedro-org/kedro-plugins/issues/620 `NetCDFDataset` currently only supports [`engine="scipy"`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.to_netcdf.html), which uses an old version of NetCDF (`NETCDF3`). This is because the original implementation writes the data to a byte-buffer, for which...

## Description I am excited to use the new [NetCDFDataSet class](https://github.com/kedro-org/kedro-plugins/pull/360/files#top) with `xarray`. My (ultrasound) data isn't an exact fit for NetCDF because it can be complex (I/Q data), but...

Hi, I came across this package and like the general idea. Does it also work to validate data at run-time? Was hoping to use this to validate a `DataArray` read...

feature