Dataset Viewer
Auto-converted to Parquet Duplicate
instance_id
stringclasses
3 values
text
stringclasses
3 values
repo
stringclasses
1 value
base_commit
stringclasses
3 values
problem_statement
stringclasses
3 values
hints_text
stringclasses
1 value
created_at
stringclasses
3 values
patch
stringclasses
3 values
test_patch
stringclasses
1 value
version
stringclasses
1 value
FAIL_TO_PASS
stringclasses
1 value
PASS_TO_PASS
stringclasses
1 value
environment_setup_commit
stringclasses
1 value
numpy__numpy-13117
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> Imprecise docstring for np.pad Excerpt of the docstring for np.pad ``` constant_values : sequence or int, optional Used in 'constant'. The values to set the padded values for each axis....
numpy/numpy
eea136ffadf75b92d8125678ce196367b1e3836c
Imprecise docstring for np.pad Excerpt of the docstring for np.pad ``` constant_values : sequence or int, optional Used in 'constant'. The values to set the padded values for each axis. ((before_1, after_1), ... (before_N, after_N)) unique pad constants for each axis. ...
2019-03-13T23:42:20Z
<patch> diff --git a/numpy/lib/arraypad.py b/numpy/lib/arraypad.py --- a/numpy/lib/arraypad.py +++ b/numpy/lib/arraypad.py @@ -1026,31 +1026,31 @@ def pad(array, pad_width, mode, **kwargs): length for all axes. Default is ``None``, to use the entire axis. - constant_values : sequence or int, opti...
[]
[]
numpy__numpy-260
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> Building Numpy / Scipy on AIX system (Trac #1419) _Original ticket http://projects.scipy.org/numpy/ticket/1419 on 2010-03-02 by trac user A_LARAS, assigned to unknown._ Hi,[[BR]] I wounder if somebody have suc...
numpy/numpy
addaf3e502484b18a5d91a6c625c946b20ff8dee
Building Numpy / Scipy on AIX system (Trac #1419) _Original ticket http://projects.scipy.org/numpy/ticket/1419 on 2010-03-02 by trac user A_LARAS, assigned to unknown._ Hi,[[BR]] I wounder if somebody have success to build Numpy/Scipy on AIX system with any of the IBM compilers (XLC, XLF) or Gnu gcc, g++[[BR]] I have ...
2012-04-29T23:24:33Z
<patch> diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1876,7 +1876,7 @@ def __array_finalize__(self, obj): def __getitem__(self, obj): val = ndarray.__getitem__(self, obj) - if issubclass(val.dtype.type, ...
[]
[]
numpy__numpy-258
You will be provided with a partial code base and an issue statement explaining a problem to resolve. <issue> Error in linalg.norm() (Trac #785) _Original ticket http://projects.scipy.org/numpy/ticket/785 on 2008-05-09 by trac user nick, assigned to unknown._ While working on a unit test for linalg.norm() (see ticket ...
numpy/numpy
b452014f0f9e8e6a69c6b95a62d70e3d99b9c0f9
Error in linalg.norm() (Trac #785) _Original ticket http://projects.scipy.org/numpy/ticket/785 on 2008-05-09 by trac user nick, assigned to unknown._ While working on a unit test for linalg.norm() (see ticket #1361), I discovered that if a vector is passed into the norm() method with 'fro' as the argument for the ord,...
2012-04-22T11:18:04Z
<patch> diff --git a/numpy/distutils/ccompiler.py b/numpy/distutils/ccompiler.py --- a/numpy/distutils/ccompiler.py +++ b/numpy/distutils/ccompiler.py @@ -58,7 +58,11 @@ def CCompiler_spawn(self, cmd, display=None): if s: if is_sequence(cmd): cmd = ' '.join(list(cmd)) - print(o) + ...
[]
[]
README.md exists but content is empty.
Downloads last month
5