Carlos Ramos Carreño

Results 86 issues of Carlos Ramos Carreño

If you install the latest version of this library in an empty environment in Python 3.9, and you then perform `import fdasrsf`, the following error is raised: ```python Traceback (most...

There are a couple of ideas for improving the tests in this package. For the tests, I think that the ideal thing would be to have each dataset as both...

Currently reference loops are not taken into consideration and cause an infinite loop. This should be fixed.

The scipy routine has the dimension of the points to evaluate as the last axis. However, it seems that your implementation requires it to be the first axis (there is...

Submitting Author: Name (@vnmabus) All current maintainers: (@vnmabus) Package Name: rdata One-Line Description of Package: Read R datasets from Python. Repository Link: https://github.com/vnmabus/rdata Version submitted: 0.9.2.dev1 Editor: @isabelizimm Reviewer 1:...

6/pyOS-approved 🚀🚀🚀

When executing `urlopen` (after patching) in a JupyterLite kernel, I get the following error. ```python --------------------------------------------------------------------------- BadStatusLine Traceback (most recent call last) Cell In[5], line 1 ----> 1 with urlopen(pkg_url)...