problem_id
stringlengths
18
22
source
stringclasses
1 value
task_type
stringclasses
1 value
in_source_id
stringlengths
13
58
prompt
stringlengths
1.1k
10.2k
golden_diff
stringlengths
151
4.94k
verification_info
stringlengths
582
21k
num_tokens
int64
271
2.05k
num_tokens_diff
int64
47
1.02k
gh_patches_debug_29710
rasdani/github-patches
git_diff
keras-team__autokeras-166
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Model evaluation on test set yields different results on the same model <!--- **If you are reporting a bug:** * Verify that your issue is not being currently addressed by other issues or pull requests. * ...
diff --git a/autokeras/preprocessor.py b/autokeras/preprocessor.py --- a/autokeras/preprocessor.py +++ b/autokeras/preprocessor.py @@ -71,23 +71,31 @@ common_list = [Normalize(torch.Tensor(self.mean), torch.Tensor(self.std))] compose_list = augment_list + common_list - return self._transform(...
{"golden_diff": "diff --git a/autokeras/preprocessor.py b/autokeras/preprocessor.py\n--- a/autokeras/preprocessor.py\n+++ b/autokeras/preprocessor.py\n@@ -71,23 +71,31 @@\n common_list = [Normalize(torch.Tensor(self.mean), torch.Tensor(self.std))]\n compose_list = augment_list + common_list\n \n- ...
1,736
392
gh_patches_debug_9194
rasdani/github-patches
git_diff
akvo__akvo-rsr-2129
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Show results framework for private projects ## Test plan GIVEN the 'My results' tab in MyRSR WHEN searching for a private project THEN the project should appear in the list WHEN the private project is opene...
diff --git a/akvo/rest/views/typeahead.py b/akvo/rest/views/typeahead.py --- a/akvo/rest/views/typeahead.py +++ b/akvo/rest/views/typeahead.py @@ -78,7 +78,7 @@ def typeahead_impact_projects(request): user = request.user projects = Project.objects.all() if user.is_admin or user.is_superuser else user.my_proj...
{"golden_diff": "diff --git a/akvo/rest/views/typeahead.py b/akvo/rest/views/typeahead.py\n--- a/akvo/rest/views/typeahead.py\n+++ b/akvo/rest/views/typeahead.py\n@@ -78,7 +78,7 @@\n def typeahead_impact_projects(request):\n user = request.user\n projects = Project.objects.all() if user.is_admin or user.is_supe...
1,178
153
gh_patches_debug_24995
rasdani/github-patches
git_diff
e-valuation__EvaP-1853
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Investigate Github Action caching One can cache certain directories in github actions. For Python, caching the entire installation is used (including all the `site-packages`), so that wheels don't need to be ...
diff --git a/evap/evaluation/management/commands/scss.py b/evap/evaluation/management/commands/scss.py --- a/evap/evaluation/management/commands/scss.py +++ b/evap/evaluation/management/commands/scss.py @@ -2,7 +2,7 @@ import subprocess # nosec from django.conf import settings -from django.core.management.base imp...
{"golden_diff": "diff --git a/evap/evaluation/management/commands/scss.py b/evap/evaluation/management/commands/scss.py\n--- a/evap/evaluation/management/commands/scss.py\n+++ b/evap/evaluation/management/commands/scss.py\n@@ -2,7 +2,7 @@\n import subprocess # nosec\n \n from django.conf import settings\n-from django....
1,561
348
gh_patches_debug_34206
rasdani/github-patches
git_diff
kymatio__kymatio-244
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- RELEASE requirements? Hi, When doing: ``` conda install pytorch torchvision -c pytorch pip install -i https://test.pypi.org/simple/ kymatio ``` then cloning the corresponding release, and doing `p...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # Constants DISTNAME = 'kymatio' DESCRIPTION = 'Wavelet scattering transforms in Python with GPU acceleration' -URL = 'https://kymatio.github.io' +URL = 'https://www.kymat.io' LICENSE = 'BSD-3-Clause' @@ -47,15 +47,18 @@ ...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -9,7 +9,7 @@\n # Constants\n DISTNAME = 'kymatio'\n DESCRIPTION = 'Wavelet scattering transforms in Python with GPU acceleration'\n-URL = 'https://kymatio.github.io'\n+URL = 'https://www.kymat.io'\n LICENSE = 'BSD-3-Clause'\n \n \n@@ ...
1,283
427
gh_patches_debug_27447
rasdani/github-patches
git_diff
bridgecrewio__checkov-1310
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- CKV_AZURE_103 not accepting vsts_configuration as valid Git repository **Describe the bug** The rule CKV_AZURE_103 only accepts the Github configuration for Git source control for an Azure Data Factory insta...
diff --git a/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py b/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py --- a/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py +++ b/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py @@ -1...
{"golden_diff": "diff --git a/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py b/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py\n--- a/checkov/terraform/checks/resource/azure/DataFactoryUsesGitRepository.py\n+++ b/checkov/terraform/checks/resource/azure/DataFactoryUsesGit...
750
436
gh_patches_debug_37684
rasdani/github-patches
git_diff
pulp__pulpcore-4335
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Need a way to directly migrate pulp_labels from 3.21 to 3.28 **Is your feature request related to a problem? Please describe.** As RHUI developers, we are heavy users of pulp_labels on repository objects. A...
diff --git a/pulpcore/app/migrations/0104_delete_label.py b/pulpcore/app/migrations/0104_delete_label.py --- a/pulpcore/app/migrations/0104_delete_label.py +++ b/pulpcore/app/migrations/0104_delete_label.py @@ -1,6 +1,45 @@ # Generated by Django 3.2.18 on 2023-05-04 07:06 from django.db import migrations +from djan...
{"golden_diff": "diff --git a/pulpcore/app/migrations/0104_delete_label.py b/pulpcore/app/migrations/0104_delete_label.py\n--- a/pulpcore/app/migrations/0104_delete_label.py\n+++ b/pulpcore/app/migrations/0104_delete_label.py\n@@ -1,6 +1,45 @@\n # Generated by Django 3.2.18 on 2023-05-04 07:06\n \n from django.db impor...
786
814
gh_patches_debug_11491
rasdani/github-patches
git_diff
scikit-hep__pyhf-444
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- pyhf commandline tools requires uproot extra # Description just issuing `pyhf --help` requires the uproot extra since `commandline.py` imports `writexml`. # Expected Behavior I don't need uproot if I...
diff --git a/pyhf/commandline.py b/pyhf/commandline.py --- a/pyhf/commandline.py +++ b/pyhf/commandline.py @@ -4,7 +4,6 @@ import json import os -from . import writexml from .utils import hypotest from .pdf import Workspace from .version import __version__ @@ -81,6 +80,7 @@ "xmlio extra: pip install...
{"golden_diff": "diff --git a/pyhf/commandline.py b/pyhf/commandline.py\n--- a/pyhf/commandline.py\n+++ b/pyhf/commandline.py\n@@ -4,7 +4,6 @@\n import json\n import os\n \n-from . import writexml\n from .utils import hypotest\n from .pdf import Workspace\n from .version import __version__\n@@ -81,6 +80,7 @@\n ...
1,734
148
gh_patches_debug_1273
rasdani/github-patches
git_diff
ivy-llc__ivy-17162
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- is_integer --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs. --- BEGIN FILES --- Path: `ivy/functional/frontends/paddle/tensor/attribut...
diff --git a/ivy/functional/frontends/paddle/tensor/attribute.py b/ivy/functional/frontends/paddle/tensor/attribute.py --- a/ivy/functional/frontends/paddle/tensor/attribute.py +++ b/ivy/functional/frontends/paddle/tensor/attribute.py @@ -10,6 +10,11 @@ return ivy.is_complex_dtype(x) +@to_ivy_arrays_and_back +...
{"golden_diff": "diff --git a/ivy/functional/frontends/paddle/tensor/attribute.py b/ivy/functional/frontends/paddle/tensor/attribute.py\n--- a/ivy/functional/frontends/paddle/tensor/attribute.py\n+++ b/ivy/functional/frontends/paddle/tensor/attribute.py\n@@ -10,6 +10,11 @@\n return ivy.is_complex_dtype(x)\n \n \n+@...
370
138
gh_patches_debug_28376
rasdani/github-patches
git_diff
iterative__dvc-4075
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Implement `--no-exec` option for `import-url` command `dvc import-url` creates new `.dvc` file, just as `dvc run`. Sometimes files which would be imported are already present locally and it's quite inconvenie...
diff --git a/dvc/command/imp_url.py b/dvc/command/imp_url.py --- a/dvc/command/imp_url.py +++ b/dvc/command/imp_url.py @@ -12,7 +12,10 @@ def run(self): try: self.repo.imp_url( - self.args.url, out=self.args.out, fname=self.args.file + self.args.url, + ...
{"golden_diff": "diff --git a/dvc/command/imp_url.py b/dvc/command/imp_url.py\n--- a/dvc/command/imp_url.py\n+++ b/dvc/command/imp_url.py\n@@ -12,7 +12,10 @@\n def run(self):\n try:\n self.repo.imp_url(\n- self.args.url, out=self.args.out, fname=self.args.file\n+ se...
1,428
418
gh_patches_debug_50783
rasdani/github-patches
git_diff
googleapis__google-cloud-python-3282
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Error in NL API, 'Sentiment' object has no attribute 'score' Upon executing the following code on GCE & locally I'm getting 'score' not found error locally while it works on GCE. ``` def analyze_text(text...
diff --git a/language/google/cloud/language/sentiment.py b/language/google/cloud/language/sentiment.py --- a/language/google/cloud/language/sentiment.py +++ b/language/google/cloud/language/sentiment.py @@ -52,6 +52,6 @@ :rtype: :class:`Sentiment` :returns: The sentiment parsed from the API representa...
{"golden_diff": "diff --git a/language/google/cloud/language/sentiment.py b/language/google/cloud/language/sentiment.py\n--- a/language/google/cloud/language/sentiment.py\n+++ b/language/google/cloud/language/sentiment.py\n@@ -52,6 +52,6 @@\n :rtype: :class:`Sentiment`\n :returns: The sentiment parsed f...
1,335
113
gh_patches_debug_7619
rasdani/github-patches
git_diff
pyca__cryptography-2682
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Any interest for an override parameter for _MAX_CLOCK_SKEW? It seems like a narrow assumption to assume that the actors communicating via Fernet-encrypted messages will always be able to have somewhat synchro...
diff --git a/src/cryptography/fernet.py b/src/cryptography/fernet.py --- a/src/cryptography/fernet.py +++ b/src/cryptography/fernet.py @@ -91,8 +91,10 @@ if ttl is not None: if timestamp + ttl < current_time: raise InvalidToken - if current_time + _MAX_CLOCK_SKEW < timestam...
{"golden_diff": "diff --git a/src/cryptography/fernet.py b/src/cryptography/fernet.py\n--- a/src/cryptography/fernet.py\n+++ b/src/cryptography/fernet.py\n@@ -91,8 +91,10 @@\n if ttl is not None:\n if timestamp + ttl < current_time:\n raise InvalidToken\n- if current_time + _M...
1,968
151
gh_patches_debug_35745
rasdani/github-patches
git_diff
uclapi__uclapi-977
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Webhooks They haven't been delivered for a _long_ time now, so we finally need to dig deep and see what is going wrong. The room data is definitely up to date, however. --- END ISSUE --- Below are some code...
diff --git a/backend/uclapi/roombookings/management/commands/trigger_webhooks.py b/backend/uclapi/roombookings/management/commands/trigger_webhooks.py --- a/backend/uclapi/roombookings/management/commands/trigger_webhooks.py +++ b/backend/uclapi/roombookings/management/commands/trigger_webhooks.py @@ -4,16 +4,25 @@ fr...
{"golden_diff": "diff --git a/backend/uclapi/roombookings/management/commands/trigger_webhooks.py b/backend/uclapi/roombookings/management/commands/trigger_webhooks.py\n--- a/backend/uclapi/roombookings/management/commands/trigger_webhooks.py\n+++ b/backend/uclapi/roombookings/management/commands/trigger_webhooks.py\n@...
1,648
495
gh_patches_debug_34858
rasdani/github-patches
git_diff
ansible-collections__amazon.aws-430
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- aws_service_ip_ranges suppport for ipv6 ### Summary We are using amazon.aws collection and we noticed that the aws_service_ip_ranges does not have an option to return IPv6 ranges. ### Issue Type Feat...
diff --git a/plugins/lookup/aws_service_ip_ranges.py b/plugins/lookup/aws_service_ip_ranges.py --- a/plugins/lookup/aws_service_ip_ranges.py +++ b/plugins/lookup/aws_service_ip_ranges.py @@ -19,6 +19,9 @@ description: 'The service to filter ranges by. Options: EC2, S3, CLOUDFRONT, CODEbUILD, ROUTE53, ROUTE53_HEALT...
{"golden_diff": "diff --git a/plugins/lookup/aws_service_ip_ranges.py b/plugins/lookup/aws_service_ip_ranges.py\n--- a/plugins/lookup/aws_service_ip_ranges.py\n+++ b/plugins/lookup/aws_service_ip_ranges.py\n@@ -19,6 +19,9 @@\n description: 'The service to filter ranges by. Options: EC2, S3, CLOUDFRONT, CODEbUILD, R...
1,679
499
gh_patches_debug_57019
rasdani/github-patches
git_diff
fidals__shopelectro-415
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Убери пункт меню Убери mp3 колонки из меню. Их больше не будет. Я зашел в админку и выключил категорию. Надеюсь правильно ) http://prntscr.com/k553lt --- END ISSUE --- Below are some code segments, each ...
diff --git a/shopelectro/templatetags/se_extras.py b/shopelectro/templatetags/se_extras.py --- a/shopelectro/templatetags/se_extras.py +++ b/shopelectro/templatetags/se_extras.py @@ -20,10 +20,13 @@ @register.simple_tag def roots(): return sorted( - Category.objects - .select_related('page') - ...
{"golden_diff": "diff --git a/shopelectro/templatetags/se_extras.py b/shopelectro/templatetags/se_extras.py\n--- a/shopelectro/templatetags/se_extras.py\n+++ b/shopelectro/templatetags/se_extras.py\n@@ -20,10 +20,13 @@\n @register.simple_tag\n def roots():\n return sorted(\n- Category.objects\n- .sele...
1,508
188
gh_patches_debug_9311
rasdani/github-patches
git_diff
pyinstaller__pyinstaller-3578
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Pyside2 looking different from when running as script. Hi. Im using latest development version. As you can see when i run my test script: ``` from PySide2 import QtCore, QtGui, QtWidgets class Ui_Main...
diff --git a/PyInstaller/hooks/hook-PySide2.QtGui.py b/PyInstaller/hooks/hook-PySide2.QtGui.py --- a/PyInstaller/hooks/hook-PySide2.QtGui.py +++ b/PyInstaller/hooks/hook-PySide2.QtGui.py @@ -19,6 +19,7 @@ binaries.extend(qt_plugins_binaries('inputmethods', namespace='PySide2')) binaries.extend(qt_plugins_binaries('gr...
{"golden_diff": "diff --git a/PyInstaller/hooks/hook-PySide2.QtGui.py b/PyInstaller/hooks/hook-PySide2.QtGui.py\n--- a/PyInstaller/hooks/hook-PySide2.QtGui.py\n+++ b/PyInstaller/hooks/hook-PySide2.QtGui.py\n@@ -19,6 +19,7 @@\n binaries.extend(qt_plugins_binaries('inputmethods', namespace='PySide2'))\n binaries.extend(q...
1,470
169
gh_patches_debug_5669
rasdani/github-patches
git_diff
lutris__lutris-3705
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Store banners in .cache They have no place to be in .local/share Store banners in .cache They have no place to be in .local/share --- END ISSUE --- Below are some code segments, each from a relevant file. O...
diff --git a/lutris/settings.py b/lutris/settings.py --- a/lutris/settings.py +++ b/lutris/settings.py @@ -23,7 +23,7 @@ GAME_CONFIG_DIR = os.path.join(CONFIG_DIR, "games") TMP_PATH = os.path.join(CACHE_DIR, "tmp") -BANNER_PATH = os.path.join(DATA_DIR, "banners") +BANNER_PATH = os.path.join(CACHE_DIR, "banners") C...
{"golden_diff": "diff --git a/lutris/settings.py b/lutris/settings.py\n--- a/lutris/settings.py\n+++ b/lutris/settings.py\n@@ -23,7 +23,7 @@\n GAME_CONFIG_DIR = os.path.join(CONFIG_DIR, \"games\")\n \n TMP_PATH = os.path.join(CACHE_DIR, \"tmp\")\n-BANNER_PATH = os.path.join(DATA_DIR, \"banners\")\n+BANNER_PATH = os.pat...
936
146
gh_patches_debug_804
rasdani/github-patches
git_diff
scikit-hep__awkward-1830
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- `ak.fill_none(axis=None)` does nothing ### Version of Awkward Array main ### Description and code to reproduce The `apply` function for this case does not return (or recurse) --- END ISSUE --- Belo...
diff --git a/src/awkward/operations/ak_fill_none.py b/src/awkward/operations/ak_fill_none.py --- a/src/awkward/operations/ak_fill_none.py +++ b/src/awkward/operations/ak_fill_none.py @@ -107,8 +107,8 @@ if axis is None: - def action(layout, depth, depth_context, **kwargs): - layout = maybe_fi...
{"golden_diff": "diff --git a/src/awkward/operations/ak_fill_none.py b/src/awkward/operations/ak_fill_none.py\n--- a/src/awkward/operations/ak_fill_none.py\n+++ b/src/awkward/operations/ak_fill_none.py\n@@ -107,8 +107,8 @@\n \n if axis is None:\n \n- def action(layout, depth, depth_context, **kwargs):\n- ...
1,742
126
gh_patches_debug_36171
rasdani/github-patches
git_diff
pandas-dev__pandas-28230
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- ASV Benchmark for read_excel Right now we don't benchmark performance of read_excel across the various engines (xlrd, openpyxl and odfpy) so would gladly accept contributions to improve benchmark coverage on ...
diff --git a/asv_bench/benchmarks/io/excel.py b/asv_bench/benchmarks/io/excel.py --- a/asv_bench/benchmarks/io/excel.py +++ b/asv_bench/benchmarks/io/excel.py @@ -1,40 +1,72 @@ from io import BytesIO import numpy as np +from odf.opendocument import OpenDocumentSpreadsheet +from odf.table import Table, TableCell, Ta...
{"golden_diff": "diff --git a/asv_bench/benchmarks/io/excel.py b/asv_bench/benchmarks/io/excel.py\n--- a/asv_bench/benchmarks/io/excel.py\n+++ b/asv_bench/benchmarks/io/excel.py\n@@ -1,40 +1,72 @@\n from io import BytesIO\n \n import numpy as np\n+from odf.opendocument import OpenDocumentSpreadsheet\n+from odf.table im...
683
812
gh_patches_debug_27454
rasdani/github-patches
git_diff
bridgecrewio__checkov-4530
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- CloudFormation EC2Credentials.py does evaluate if the UserData is base64 encoded **Describe the issue** The check EC2Credentials.py which checks the UserData of a CloudFormation template against secrets does...
diff --git a/checkov/cloudformation/checks/resource/aws/EC2Credentials.py b/checkov/cloudformation/checks/resource/aws/EC2Credentials.py --- a/checkov/cloudformation/checks/resource/aws/EC2Credentials.py +++ b/checkov/cloudformation/checks/resource/aws/EC2Credentials.py @@ -1,4 +1,5 @@ from typing import List +from ba...
{"golden_diff": "diff --git a/checkov/cloudformation/checks/resource/aws/EC2Credentials.py b/checkov/cloudformation/checks/resource/aws/EC2Credentials.py\n--- a/checkov/cloudformation/checks/resource/aws/EC2Credentials.py\n+++ b/checkov/cloudformation/checks/resource/aws/EC2Credentials.py\n@@ -1,4 +1,5 @@\n from typing...
1,242
342
gh_patches_debug_17541
rasdani/github-patches
git_diff
liqd__a4-opin-284
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Filter draft projects from all listings Projects that are in draft mode should be removed from most listings: - [x] latest projects for all users - [x] other projects for all users - [x] organisation page for...
diff --git a/euth/organisations/views.py b/euth/organisations/views.py --- a/euth/organisations/views.py +++ b/euth/organisations/views.py @@ -6,6 +6,12 @@ class OrganisationDetailView(generic.DetailView): model = models.Organisation + def visible_projects(self): + if self.request.user in self.object....
{"golden_diff": "diff --git a/euth/organisations/views.py b/euth/organisations/views.py\n--- a/euth/organisations/views.py\n+++ b/euth/organisations/views.py\n@@ -6,6 +6,12 @@\n class OrganisationDetailView(generic.DetailView):\n model = models.Organisation\n \n+ def visible_projects(self):\n+ if self.req...
1,167
243
gh_patches_debug_28597
rasdani/github-patches
git_diff
openstates__openstates-scrapers-1354
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- NH: legislators scrape is failing State: NH Legislator scraper needs some attention --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs....
diff --git a/openstates/nh/legislators.py b/openstates/nh/legislators.py --- a/openstates/nh/legislators.py +++ b/openstates/nh/legislators.py @@ -38,13 +38,13 @@ # Capture legislator vitals. first_name = row['FirstName'] middle_name = row['MiddleName'] - last_name = row['lastname'] + ...
{"golden_diff": "diff --git a/openstates/nh/legislators.py b/openstates/nh/legislators.py\n--- a/openstates/nh/legislators.py\n+++ b/openstates/nh/legislators.py\n@@ -38,13 +38,13 @@\n # Capture legislator vitals.\n first_name = row['FirstName']\n middle_name = row['MiddleName']\n- last_n...
1,234
378
gh_patches_debug_2764
rasdani/github-patches
git_diff
ivy-llc__ivy-18208
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- expand --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs. --- BEGIN FILES --- Path: `ivy/functional/frontends/paddle/tensor/manipulation...
diff --git a/ivy/functional/frontends/paddle/tensor/manipulation.py b/ivy/functional/frontends/paddle/tensor/manipulation.py --- a/ivy/functional/frontends/paddle/tensor/manipulation.py +++ b/ivy/functional/frontends/paddle/tensor/manipulation.py @@ -61,6 +61,15 @@ return ivy.squeeze(x, axis=axis) +@with_suppo...
{"golden_diff": "diff --git a/ivy/functional/frontends/paddle/tensor/manipulation.py b/ivy/functional/frontends/paddle/tensor/manipulation.py\n--- a/ivy/functional/frontends/paddle/tensor/manipulation.py\n+++ b/ivy/functional/frontends/paddle/tensor/manipulation.py\n@@ -61,6 +61,15 @@\n return ivy.squeeze(x, axis=a...
971
192
gh_patches_debug_27372
rasdani/github-patches
git_diff
open-mmlab__mmdetection-4250
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Different mean values of image normalization for HRNet I find the different configs of HRNet experiments use different mean values for image normalization. For example, [fcos_hrnetv2p_w32_gn-head_4x4_1x_c...
diff --git a/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py b/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py --- a/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py +++ b/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py @@ -36,3 +36,34 @@ out_channels=256, stride=2, ...
{"golden_diff": "diff --git a/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py b/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py\n--- a/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py\n+++ b/configs/hrnet/fcos_hrnetv2p_w32_gn-head_4x4_1x_coco.py\n@@ -36,3 +36,34 @@\n out_channels=256,\n ...
1,438
829
gh_patches_debug_45268
rasdani/github-patches
git_diff
dj-stripe__dj-stripe-1001
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Webhook missing: invoice.payment_action_required I can't find any reference to ```invoice.payment_action_required``` anywhere, however this is a fairly critical piece of off-session SCA workflow. Is it simply...
diff --git a/djstripe/signals.py b/djstripe/signals.py --- a/djstripe/signals.py +++ b/djstripe/signals.py @@ -16,36 +16,41 @@ [ (hook, Signal(providing_args=["event"])) for hook in [ - "account.updated", + # Update this by copy-pasting the "enabled_events" enum values from ...
{"golden_diff": "diff --git a/djstripe/signals.py b/djstripe/signals.py\n--- a/djstripe/signals.py\n+++ b/djstripe/signals.py\n@@ -16,36 +16,41 @@\n [\n (hook, Signal(providing_args=[\"event\"]))\n for hook in [\n- \"account.updated\",\n+ # Update this by copy-pasting the \"ena...
1,765
832
gh_patches_debug_4877
rasdani/github-patches
git_diff
bookwyrm-social__bookwyrm-2042
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- updating progress doesn't work Warning : i see this bug as unlinked with instance, because i saw it on my instance and on bookwyrm.social. When i go to the book view, i have a block with two progress, but...
diff --git a/bookwyrm/forms/forms.py b/bookwyrm/forms/forms.py --- a/bookwyrm/forms/forms.py +++ b/bookwyrm/forms/forms.py @@ -45,7 +45,7 @@ class ReadThroughForm(CustomForm): def clean(self): - """make sure the email isn't in use by a registered user""" + """don't let readthroughs end before they...
{"golden_diff": "diff --git a/bookwyrm/forms/forms.py b/bookwyrm/forms/forms.py\n--- a/bookwyrm/forms/forms.py\n+++ b/bookwyrm/forms/forms.py\n@@ -45,7 +45,7 @@\n \n class ReadThroughForm(CustomForm):\n def clean(self):\n- \"\"\"make sure the email isn't in use by a registered user\"\"\"\n+ \"\"\"don'...
1,129
122
gh_patches_debug_11674
rasdani/github-patches
git_diff
sopel-irc__sopel-1270
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [wikipedia] Error on nonexistent article link I productively (? :laughing:) found another issue in the `wikipedia` module while testing my fix for #1255. It turns out that, if someone sends a link to a Wikipe...
diff --git a/sopel/modules/wikipedia.py b/sopel/modules/wikipedia.py --- a/sopel/modules/wikipedia.py +++ b/sopel/modules/wikipedia.py @@ -61,7 +61,12 @@ def say_snippet(bot, server, query, show_url=True): page_name = query.replace('_', ' ') query = query.replace(' ', '_') - snippet = mw_snippet(server, q...
{"golden_diff": "diff --git a/sopel/modules/wikipedia.py b/sopel/modules/wikipedia.py\n--- a/sopel/modules/wikipedia.py\n+++ b/sopel/modules/wikipedia.py\n@@ -61,7 +61,12 @@\n def say_snippet(bot, server, query, show_url=True):\n page_name = query.replace('_', ' ')\n query = query.replace(' ', '_')\n- snippe...
1,792
191
gh_patches_debug_28952
rasdani/github-patches
git_diff
nautobot__nautobot-3943
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Protect against Git-repo jobs clobbering sys.modules ### As ... Patti - Platform Admin ### I want ... To add Jobs via Git repositories without worrying about them impacting the overall stability of the pla...
diff --git a/nautobot/extras/models/datasources.py b/nautobot/extras/models/datasources.py --- a/nautobot/extras/models/datasources.py +++ b/nautobot/extras/models/datasources.py @@ -1,4 +1,5 @@ """Models for representing external data sources.""" +from importlib.util import find_spec import os from django.conf im...
{"golden_diff": "diff --git a/nautobot/extras/models/datasources.py b/nautobot/extras/models/datasources.py\n--- a/nautobot/extras/models/datasources.py\n+++ b/nautobot/extras/models/datasources.py\n@@ -1,4 +1,5 @@\n \"\"\"Models for representing external data sources.\"\"\"\n+from importlib.util import find_spec\n imp...
1,838
445
gh_patches_debug_160
rasdani/github-patches
git_diff
cookiecutter__cookiecutter-609
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Drop distutils support I feel it's about time to drop **distutils** support as we rely on [extras_require of setuptools](https://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -3,10 +3,7 @@ import os import sys -try: - from setuptools import setup -except ImportError: - from distutils.core import setup +from setuptools import setup version = "1.3.0"
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -3,10 +3,7 @@\n import os\n import sys\n \n-try:\n- from setuptools import setup\n-except ImportError:\n- from distutils.core import setup\n+from setuptools import setup\n \n version = \"1.3.0\"\n", "issue": "Drop distutils supp...
1,217
75
gh_patches_debug_23437
rasdani/github-patches
git_diff
ansible__ansible-modules-core-845
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- rhn_channel is using depreciated methods Issue Type: Bug Report Ansible Version: 1.7.2 Environment: OS X 10.9 / RHEL 6/7 Summary: When adding a child channel to rhn sat server rhn_channel fails with 500 ...
diff --git a/packaging/os/rhn_channel.py b/packaging/os/rhn_channel.py --- a/packaging/os/rhn_channel.py +++ b/packaging/os/rhn_channel.py @@ -90,17 +90,17 @@ # ------------------------------------------------------- # -def subscribe_channels(channels, client, session, sysname, sys_id): - c = base_channels(clie...
{"golden_diff": "diff --git a/packaging/os/rhn_channel.py b/packaging/os/rhn_channel.py\n--- a/packaging/os/rhn_channel.py\n+++ b/packaging/os/rhn_channel.py\n@@ -90,17 +90,17 @@\n \n # ------------------------------------------------------- #\n \n-def subscribe_channels(channels, client, session, sysname, sys_id):\n- ...
2,034
315
gh_patches_debug_3973
rasdani/github-patches
git_diff
encode__uvicorn-513
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- --reload not working on Windows but --loop asyncio is Duplicate of https://github.com/encode/uvicorn/issues/477 but per request a new topic to track the issue. Especially useful since `--loop asyncio` does se...
diff --git a/uvicorn/loops/auto.py b/uvicorn/loops/auto.py --- a/uvicorn/loops/auto.py +++ b/uvicorn/loops/auto.py @@ -5,10 +5,7 @@ try: import uvloop except ImportError as exc: # pragma: no cover - if sys.platform == "win32": - from uvicorn.loops.iocp import iocp_setup as loop_set...
{"golden_diff": "diff --git a/uvicorn/loops/auto.py b/uvicorn/loops/auto.py\n--- a/uvicorn/loops/auto.py\n+++ b/uvicorn/loops/auto.py\n@@ -5,10 +5,7 @@\n try:\n import uvloop\n except ImportError as exc: # pragma: no cover\n- if sys.platform == \"win32\":\n- from uvicorn.loops.iocp im...
502
145
gh_patches_debug_195
rasdani/github-patches
git_diff
conda__conda-3524
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Progress bar broken ![image](https://cloud.githubusercontent.com/assets/1882046/18741247/576de78c-80ae-11e6-8604-2af7117b9cdd.png) ``` C:\Users\Korijn\dev\myproject>conda info Current conda install: ...
diff --git a/conda/base/constants.py b/conda/base/constants.py --- a/conda/base/constants.py +++ b/conda/base/constants.py @@ -99,6 +99,9 @@ def __nonzero__(self): return False + def __bool__(self): + return False + NULL = _Null() UTF8 = 'UTF-8'
{"golden_diff": "diff --git a/conda/base/constants.py b/conda/base/constants.py\n--- a/conda/base/constants.py\n+++ b/conda/base/constants.py\n@@ -99,6 +99,9 @@\n def __nonzero__(self):\n return False\n \n+ def __bool__(self):\n+ return False\n+\n NULL = _Null()\n \n UTF8 = 'UTF-8'\n", "issue": "P...
1,586
84
gh_patches_debug_14579
rasdani/github-patches
git_diff
boto__boto-1543
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Support addtional regions in CloudSearch It appears that boto currently only supports two regions. It would be nice to support the more recently added ones. Current list of CloudSearch regions is here: htt...
diff --git a/boto/cloudsearch/__init__.py b/boto/cloudsearch/__init__.py --- a/boto/cloudsearch/__init__.py +++ b/boto/cloudsearch/__init__.py @@ -38,6 +38,16 @@ RegionInfo(name='eu-west-1', endpoint='cloudsearch.eu-west-1.amazonaws.com', connection_cls=boto....
{"golden_diff": "diff --git a/boto/cloudsearch/__init__.py b/boto/cloudsearch/__init__.py\n--- a/boto/cloudsearch/__init__.py\n+++ b/boto/cloudsearch/__init__.py\n@@ -38,6 +38,16 @@\n RegionInfo(name='eu-west-1',\n endpoint='cloudsearch.eu-west-1.amazonaws.com',\n ...
964
209
gh_patches_debug_23513
rasdani/github-patches
git_diff
pyca__cryptography-2385
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Python 3.6 incompatibility because of getargspec Hi, on testing pywikibot on 3.6 I noticed that your package uses `inspect.getargspec` which has been removed in 3.6 after it has been deprecated in 3.5 (althou...
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py --- a/src/cryptography/utils.py +++ b/src/cryptography/utils.py @@ -58,6 +58,12 @@ pass +if hasattr(inspect, "signature"): + signature = inspect.signature +else: + signature = inspect.getargspec + + def verify_interface(iface, klass): ...
{"golden_diff": "diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py\n--- a/src/cryptography/utils.py\n+++ b/src/cryptography/utils.py\n@@ -58,6 +58,12 @@\n pass\n \n \n+if hasattr(inspect, \"signature\"):\n+ signature = inspect.signature\n+else:\n+ signature = inspect.getargspec\n+\n+\n def ve...
1,443
272
gh_patches_debug_2763
rasdani/github-patches
git_diff
google__timesketch-949
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Yeti analyzer crash From the celery log: ``` [2019-07-17 09:11:37,463: ERROR/ForkPoolWorker-1] Task timesketch.lib.tasks.run_sketch_analyzer[46d24990-12df-4c88-a79b-a3b5f1c04b01] raised unexpected: TypeEr...
diff --git a/timesketch/lib/analyzers/yetiindicators.py b/timesketch/lib/analyzers/yetiindicators.py --- a/timesketch/lib/analyzers/yetiindicators.py +++ b/timesketch/lib/analyzers/yetiindicators.py @@ -88,6 +88,8 @@ Returns: String with summary of the analyzer result """ + if not ...
{"golden_diff": "diff --git a/timesketch/lib/analyzers/yetiindicators.py b/timesketch/lib/analyzers/yetiindicators.py\n--- a/timesketch/lib/analyzers/yetiindicators.py\n+++ b/timesketch/lib/analyzers/yetiindicators.py\n@@ -88,6 +88,8 @@\n Returns:\n String with summary of the analyzer result\n ...
2,013
134
gh_patches_debug_20930
rasdani/github-patches
git_diff
wright-group__WrightTools-543
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- multiplication doesn't seem to work in d.transform `d.transform('w2+w2+w2', 'w1', 'd2')` works. `d.transform('3*w2', 'w1', 'd2')` does not work (even with varying spacing around the multiplication operator...
diff --git a/WrightTools/data/_axis.py b/WrightTools/data/_axis.py --- a/WrightTools/data/_axis.py +++ b/WrightTools/data/_axis.py @@ -106,7 +106,7 @@ name = self.expression.strip() for op in operators: name = name.replace(op, operator_to_identifier[op]) - return name + retu...
{"golden_diff": "diff --git a/WrightTools/data/_axis.py b/WrightTools/data/_axis.py\n--- a/WrightTools/data/_axis.py\n+++ b/WrightTools/data/_axis.py\n@@ -106,7 +106,7 @@\n name = self.expression.strip()\n for op in operators:\n name = name.replace(op, operator_to_identifier[op])\n- r...
1,995
226
gh_patches_debug_30023
rasdani/github-patches
git_diff
scalableminds__webknossos-libs-1083
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Webknossos CLI download annotation ## Context - Affected library: webknossos When using the webknossos CLI to download an annotation, the download command is overloaded to take care of dataset downloads and...
diff --git a/webknossos/webknossos/cli/download.py b/webknossos/webknossos/cli/download.py --- a/webknossos/webknossos/cli/download.py +++ b/webknossos/webknossos/cli/download.py @@ -1,13 +1,15 @@ """This module takes care of downloading WEBKNOSSOS datasets.""" +import re from typing import Any, List, Optional i...
{"golden_diff": "diff --git a/webknossos/webknossos/cli/download.py b/webknossos/webknossos/cli/download.py\n--- a/webknossos/webknossos/cli/download.py\n+++ b/webknossos/webknossos/cli/download.py\n@@ -1,13 +1,15 @@\n \"\"\"This module takes care of downloading WEBKNOSSOS datasets.\"\"\"\n \n+import re\n from typing i...
1,111
379
gh_patches_debug_14944
rasdani/github-patches
git_diff
open-telemetry__opentelemetry-python-1788
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Move getting started guide to opentelemetry.io For GA there is an ask to add at least all getting started documentation to the opentelemetry.io website -- for Python this is tracked in: https://github.com/ope...
diff --git a/docs/getting_started/otlpcollector_example.py b/docs/getting_started/otlpcollector_example.py --- a/docs/getting_started/otlpcollector_example.py +++ b/docs/getting_started/otlpcollector_example.py @@ -24,7 +24,7 @@ span_exporter = OTLPSpanExporter( # optional - # endpoint:="myCollectorURL:55678...
{"golden_diff": "diff --git a/docs/getting_started/otlpcollector_example.py b/docs/getting_started/otlpcollector_example.py\n--- a/docs/getting_started/otlpcollector_example.py\n+++ b/docs/getting_started/otlpcollector_example.py\n@@ -24,7 +24,7 @@\n \n span_exporter = OTLPSpanExporter(\n # optional\n- # endpoin...
1,065
271
gh_patches_debug_7326
rasdani/github-patches
git_diff
microsoft__ptvsd-619
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Launching a Python module using `-m` with `ptvsd.enable_attach` in __init__ fails ## Environment data - PTVSD version: Master - OS and version: Mac (may not be OS specific) - Python version (& distributi...
diff --git a/ptvsd/pydevd_hooks.py b/ptvsd/pydevd_hooks.py --- a/ptvsd/pydevd_hooks.py +++ b/ptvsd/pydevd_hooks.py @@ -92,7 +92,8 @@ pydevd.start_server = _start_server pydevd.start_client = _start_client __main__ = sys.modules['__main__'] - if __main__ is not pydevd and __main__.__file__ == pydevd.__...
{"golden_diff": "diff --git a/ptvsd/pydevd_hooks.py b/ptvsd/pydevd_hooks.py\n--- a/ptvsd/pydevd_hooks.py\n+++ b/ptvsd/pydevd_hooks.py\n@@ -92,7 +92,8 @@\n pydevd.start_server = _start_server\n pydevd.start_client = _start_client\n __main__ = sys.modules['__main__']\n- if __main__ is not pydevd and __main...
1,600
202
gh_patches_debug_26783
rasdani/github-patches
git_diff
bridgecrewio__checkov-748
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- False positive for check 'MSKClusterEncryption' (CKV_AWS_81) **Describe the bug** CKV_AWS_81 is reporting MSK clusters as unencrypted at rest while they are encrypted at rest. **To Reproduce** Example Te...
diff --git a/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py b/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py --- a/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py +++ b/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py @@ -11,16 +11,18 @@ super().__init__...
{"golden_diff": "diff --git a/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py b/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py\n--- a/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py\n+++ b/checkov/terraform/checks/resource/aws/MSKClusterEncryption.py\n@@ -11,16 +11,18 @@\n ...
1,664
414
gh_patches_debug_19960
rasdani/github-patches
git_diff
microsoft__Qcodes-565
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- visa_handle.clear on instantiation causes some instruments to freeze The use of visa_handle.clear on the instantiation of a VISA instrument causes some instruments to lock up. In particular I've noticed for S...
diff --git a/qcodes/instrument/visa.py b/qcodes/instrument/visa.py --- a/qcodes/instrument/visa.py +++ b/qcodes/instrument/visa.py @@ -1,10 +1,11 @@ """Visa instrument driver based on pyvisa.""" import visa +import pyvisa.constants as vi_const +import pyvisa.resources from .base import Instrument import qcodes.ut...
{"golden_diff": "diff --git a/qcodes/instrument/visa.py b/qcodes/instrument/visa.py\n--- a/qcodes/instrument/visa.py\n+++ b/qcodes/instrument/visa.py\n@@ -1,10 +1,11 @@\n \"\"\"Visa instrument driver based on pyvisa.\"\"\"\n import visa\n+import pyvisa.constants as vi_const\n+import pyvisa.resources\n \n from .base imp...
2,009
251
gh_patches_debug_25982
rasdani/github-patches
git_diff
digitalfabrik__integreat-cms-1241
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Language Tree isn't handled correctly by cache in Page Tree ### Describe the Bug So far, our Table rows aren't consistent after we delete a language tree node and recreate it. We should probably empty the ca...
diff --git a/integreat_cms/cms/forms/language_tree/language_tree_node_form.py b/integreat_cms/cms/forms/language_tree/language_tree_node_form.py --- a/integreat_cms/cms/forms/language_tree/language_tree_node_form.py +++ b/integreat_cms/cms/forms/language_tree/language_tree_node_form.py @@ -4,6 +4,8 @@ from django.util...
{"golden_diff": "diff --git a/integreat_cms/cms/forms/language_tree/language_tree_node_form.py b/integreat_cms/cms/forms/language_tree/language_tree_node_form.py\n--- a/integreat_cms/cms/forms/language_tree/language_tree_node_form.py\n+++ b/integreat_cms/cms/forms/language_tree/language_tree_node_form.py\n@@ -4,6 +4,8 ...
1,436
365
gh_patches_debug_11755
rasdani/github-patches
git_diff
kserve__kserve-705
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- KFServing Transformer does not work with onnxruntime and trtis model server /kind bug **What steps did you take and what happened:** Currently kfserving transformer does not work with onnxruntime and trti...
diff --git a/python/kfserving/kfserving/handlers/http.py b/python/kfserving/kfserving/handlers/http.py --- a/python/kfserving/kfserving/handlers/http.py +++ b/python/kfserving/kfserving/handlers/http.py @@ -21,13 +21,7 @@ return model def validate(self, request): - if "instances" not in request: ...
{"golden_diff": "diff --git a/python/kfserving/kfserving/handlers/http.py b/python/kfserving/kfserving/handlers/http.py\n--- a/python/kfserving/kfserving/handlers/http.py\n+++ b/python/kfserving/kfserving/handlers/http.py\n@@ -21,13 +21,7 @@\n return model\n \n def validate(self, request):\n- if \"in...
1,079
185
gh_patches_debug_7329
rasdani/github-patches
git_diff
dbt-labs__dbt-core-8842
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [CT-3213] [Bug] nitpick: incorrect docstring should be `BaseAdapter.capabilities()` not `BaseAdapter.has_feature()` https://github.com/dbt-labs/dbt-core/blob/1baebb423c82a9c645e59b390fc3a69089623600/core/d...
diff --git a/core/dbt/adapters/capability.py b/core/dbt/adapters/capability.py --- a/core/dbt/adapters/capability.py +++ b/core/dbt/adapters/capability.py @@ -4,7 +4,7 @@ class Capability(str, Enum): - """Enumeration of optional adapter features which can be probed using BaseAdapter.has_feature()""" + """Enu...
{"golden_diff": "diff --git a/core/dbt/adapters/capability.py b/core/dbt/adapters/capability.py\n--- a/core/dbt/adapters/capability.py\n+++ b/core/dbt/adapters/capability.py\n@@ -4,7 +4,7 @@\n \n \n class Capability(str, Enum):\n- \"\"\"Enumeration of optional adapter features which can be probed using BaseAdapter.h...
857
139
gh_patches_debug_2937
rasdani/github-patches
git_diff
openai__gym-1708
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Bug in PixelObservationWrapper Error log ``` env = PixelObservationWrapper(env, pixels_only=True) File "/home/tsan/Desktop/gym/gym/wrappers/pixel_observation.py", line 89, in __init__ pixels = ...
diff --git a/gym/wrappers/pixel_observation.py b/gym/wrappers/pixel_observation.py --- a/gym/wrappers/pixel_observation.py +++ b/gym/wrappers/pixel_observation.py @@ -86,7 +86,7 @@ pixels_spaces = {} for pixel_key in pixel_keys: - pixels = self.env.render(**render_kwargs) + pix...
{"golden_diff": "diff --git a/gym/wrappers/pixel_observation.py b/gym/wrappers/pixel_observation.py\n--- a/gym/wrappers/pixel_observation.py\n+++ b/gym/wrappers/pixel_observation.py\n@@ -86,7 +86,7 @@\n \n pixels_spaces = {}\n for pixel_key in pixel_keys:\n- pixels = self.env.render(**render_...
1,651
131
gh_patches_debug_908
rasdani/github-patches
git_diff
mlflow__mlflow-9827
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [DOC-FIX] Doc for Run.inputs erroneously refers to Run.data ### Willingness to contribute No. I cannot contribute a documentation fix at this time. ### URL(s) with the issue https://www.mlflow.org/docs/lat...
diff --git a/mlflow/entities/run.py b/mlflow/entities/run.py --- a/mlflow/entities/run.py +++ b/mlflow/entities/run.py @@ -45,7 +45,7 @@ """ The run inputs, including dataset inputs - :rtype: :py:class:`mlflow.entities.RunData` + :rtype: :py:class:`mlflow.entities.RunInputs` "...
{"golden_diff": "diff --git a/mlflow/entities/run.py b/mlflow/entities/run.py\n--- a/mlflow/entities/run.py\n+++ b/mlflow/entities/run.py\n@@ -45,7 +45,7 @@\n \"\"\"\n The run inputs, including dataset inputs\n \n- :rtype: :py:class:`mlflow.entities.RunData`\n+ :rtype: :py:class:`mlflow.en...
1,020
93
gh_patches_debug_23900
rasdani/github-patches
git_diff
CTFd__CTFd-1823
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Submissions should link directly to the user that submitted Submissions don't link directly to the user in team mode which means you need to search to see what user submitted for a given team. --- END IS...
diff --git a/CTFd/admin/submissions.py b/CTFd/admin/submissions.py --- a/CTFd/admin/submissions.py +++ b/CTFd/admin/submissions.py @@ -33,17 +33,7 @@ Model = get_model() submissions = ( - Submissions.query.add_columns( - Submissions.id, - Submissions.type, - Submissio...
{"golden_diff": "diff --git a/CTFd/admin/submissions.py b/CTFd/admin/submissions.py\n--- a/CTFd/admin/submissions.py\n+++ b/CTFd/admin/submissions.py\n@@ -33,17 +33,7 @@\n Model = get_model()\n \n submissions = (\n- Submissions.query.add_columns(\n- Submissions.id,\n- Submissions.ty...
1,963
391
gh_patches_debug_12551
rasdani/github-patches
git_diff
quantumlib__Cirq-5211
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- cirq-web doesn't support LineQubit ```python import cirq import cirq_web cirq_circuit = cirq.Circuit(cirq.H(cirq.LineQubit(0))) cirq_web.Circuit3D(cirq_circuit).generate_html_file( file_name="circu...
diff --git a/cirq-web/cirq_web/circuits/circuit.py b/cirq-web/cirq_web/circuits/circuit.py --- a/cirq-web/cirq_web/circuits/circuit.py +++ b/cirq-web/cirq_web/circuits/circuit.py @@ -87,5 +87,10 @@ symbol_info = resolve_operation(operation, self._resolvers) location_info = [] for qubit in ope...
{"golden_diff": "diff --git a/cirq-web/cirq_web/circuits/circuit.py b/cirq-web/cirq_web/circuits/circuit.py\n--- a/cirq-web/cirq_web/circuits/circuit.py\n+++ b/cirq-web/cirq_web/circuits/circuit.py\n@@ -87,5 +87,10 @@\n symbol_info = resolve_operation(operation, self._resolvers)\n location_info = []\n ...
1,339
215
gh_patches_debug_16494
rasdani/github-patches
git_diff
googleapis__google-api-python-client-1083
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add exception handling to docs Hi :) I was reading the [docs](https://github.com/googleapis/google-api-python-client/blob/master/docs/start.md) looking for an example to handle exceptions from when requ...
diff --git a/googleapiclient/errors.py b/googleapiclient/errors.py --- a/googleapiclient/errors.py +++ b/googleapiclient/errors.py @@ -51,10 +51,9 @@ data = json.loads(self.content.decode("utf-8")) if isinstance(data, dict): reason = data["error"]["message"] - i...
{"golden_diff": "diff --git a/googleapiclient/errors.py b/googleapiclient/errors.py\n--- a/googleapiclient/errors.py\n+++ b/googleapiclient/errors.py\n@@ -51,10 +51,9 @@\n data = json.loads(self.content.decode(\"utf-8\"))\n if isinstance(data, dict):\n reason = data[\"error\"][\"...
1,977
207
gh_patches_debug_14573
rasdani/github-patches
git_diff
ethereum__web3.py-996
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add python 3.7 to CI tests ### What was wrong? python 3.7 is out, and we should include it in our testing. ### How can it be fixed? add python 3.7 to our tox.ini & circleci config --- END ISSUE --...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -26,14 +26,14 @@ "lru-dict>=1.1.6,<2.0.0", "eth-hash[pycryptodome]", "requests>=2.16.0,<3.0.0", - "websockets>=5.0.1,<6.0.0", + "websockets>=6.0.0,<7.0.0", "pypiwin32>=223;platform_system=='Windows'", ...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -26,14 +26,14 @@\n \"lru-dict>=1.1.6,<2.0.0\",\n \"eth-hash[pycryptodome]\",\n \"requests>=2.16.0,<3.0.0\",\n- \"websockets>=5.0.1,<6.0.0\",\n+ \"websockets>=6.0.0,<7.0.0\",\n \"pypiwin32>...
989
249
gh_patches_debug_16110
rasdani/github-patches
git_diff
mampfes__hacs_waste_collection_schedule-339
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [bug] [recycleapp_be] UnboundLocalError: local variable 'streetId' referenced before assignment Hello, I have a problem with the recycleapp_be source. I have the error into the log : ``` Logger: w...
diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py --- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py +++ b/custom_comp...
{"golden_diff": "diff --git a/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py b/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py\n--- a/custom_components/waste_collection_schedule/waste_collection_schedule/source/recycleapp_be.py...
1,627
240
gh_patches_debug_58681
rasdani/github-patches
git_diff
lightly-ai__lightly-1009
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Loss stuck Hi, I am trying to run the tutorial posted here https://docs.lightly.ai/self-supervised-learning/tutorials/package/tutorial_moco_memory_bank.html But my loss is stuck at 8.32 after 100 epochs p...
diff --git a/lightly/loss/memory_bank.py b/lightly/loss/memory_bank.py --- a/lightly/loss/memory_bank.py +++ b/lightly/loss/memory_bank.py @@ -63,7 +63,7 @@ # https://github.com/facebookresearch/moco but we don't # want to pollute our checkpoints self.bank = torch.randn(dim, self.size).type_a...
{"golden_diff": "diff --git a/lightly/loss/memory_bank.py b/lightly/loss/memory_bank.py\n--- a/lightly/loss/memory_bank.py\n+++ b/lightly/loss/memory_bank.py\n@@ -63,7 +63,7 @@\n # https://github.com/facebookresearch/moco but we don't\n # want to pollute our checkpoints\n self.bank = torch.randn...
1,491
144
gh_patches_debug_23108
rasdani/github-patches
git_diff
keras-team__autokeras-568
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Evaluation criteria for MLP Are there any evaluation criterias for MLP module in Autokeras? --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may conta...
diff --git a/autokeras/net_module.py b/autokeras/net_module.py --- a/autokeras/net_module.py +++ b/autokeras/net_module.py @@ -11,6 +11,7 @@ from autokeras.utils import pickle_to_file, rand_temp_folder_generator, ensure_dir from autokeras.nn.generator import CnnGenerator, MlpGenerator, ResNetGenerator, DenseNetGene...
{"golden_diff": "diff --git a/autokeras/net_module.py b/autokeras/net_module.py\n--- a/autokeras/net_module.py\n+++ b/autokeras/net_module.py\n@@ -11,6 +11,7 @@\n \n from autokeras.utils import pickle_to_file, rand_temp_folder_generator, ensure_dir\n from autokeras.nn.generator import CnnGenerator, MlpGenerator, ResNet...
1,870
301
gh_patches_debug_11990
rasdani/github-patches
git_diff
kivy__python-for-android-1513
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Didn't find any valid dependency graphs. - Flask and websocket-client In my app I use both flask and websocket-client. However, when i try to add both of these dependencies to my app, p4a fails. However, when...
diff --git a/pythonforandroid/recipes/websocket-client/__init__.py b/pythonforandroid/recipes/websocket-client/__init__.py --- a/pythonforandroid/recipes/websocket-client/__init__.py +++ b/pythonforandroid/recipes/websocket-client/__init__.py @@ -15,15 +15,13 @@ class WebSocketClient(Recipe): - url = 'https://g...
{"golden_diff": "diff --git a/pythonforandroid/recipes/websocket-client/__init__.py b/pythonforandroid/recipes/websocket-client/__init__.py\n--- a/pythonforandroid/recipes/websocket-client/__init__.py\n+++ b/pythonforandroid/recipes/websocket-client/__init__.py\n@@ -15,15 +15,13 @@\n \n class WebSocketClient(Recipe):\n...
773
275
gh_patches_debug_35836
rasdani/github-patches
git_diff
pyca__cryptography-1532
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add support for loading DSA OpenSSH public keys Should be straightforward to add support to the existing code. --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of thes...
diff --git a/src/cryptography/hazmat/primitives/serialization.py b/src/cryptography/hazmat/primitives/serialization.py --- a/src/cryptography/hazmat/primitives/serialization.py +++ b/src/cryptography/hazmat/primitives/serialization.py @@ -10,6 +10,9 @@ from cryptography import utils from cryptography.exceptions imp...
{"golden_diff": "diff --git a/src/cryptography/hazmat/primitives/serialization.py b/src/cryptography/hazmat/primitives/serialization.py\n--- a/src/cryptography/hazmat/primitives/serialization.py\n+++ b/src/cryptography/hazmat/primitives/serialization.py\n@@ -10,6 +10,9 @@\n \n from cryptography import utils\n from cryp...
1,406
685
gh_patches_debug_23749
rasdani/github-patches
git_diff
SeldonIO__MLServer-301
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Tempo example fails when parallel inference is enabled When parallel inference is enabled, the [outlier example using the Tempo runtime](https://tempo.readthedocs.io/en/latest/examples/outlier/README.html)see...
diff --git a/mlserver/parallel.py b/mlserver/parallel.py --- a/mlserver/parallel.py +++ b/mlserver/parallel.py @@ -1,4 +1,5 @@ import asyncio +import multiprocessing as mp from functools import wraps from concurrent.futures import ProcessPoolExecutor @@ -52,7 +53,6 @@ # This global variable is only to be used...
{"golden_diff": "diff --git a/mlserver/parallel.py b/mlserver/parallel.py\n--- a/mlserver/parallel.py\n+++ b/mlserver/parallel.py\n@@ -1,4 +1,5 @@\n import asyncio\n+import multiprocessing as mp\n \n from functools import wraps\n from concurrent.futures import ProcessPoolExecutor\n@@ -52,7 +53,6 @@\n # This global ...
1,588
253
gh_patches_debug_32691
rasdani/github-patches
git_diff
mindsdb__lightwood-619
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- `Img2VecEncoder` calls `self.prepare` twice ## Your Environment * Python version: Python 3.8.10 * Operating system: Ubuntu 20.04.3 LTS * Lightwood version: 1.3.0 ## Describe your issue `Img2VecEncoder`...
diff --git a/lightwood/encoder/image/img_2_vec.py b/lightwood/encoder/image/img_2_vec.py --- a/lightwood/encoder/image/img_2_vec.py +++ b/lightwood/encoder/image/img_2_vec.py @@ -3,6 +3,7 @@ import torchvision.transforms as transforms from lightwood.encoder.image.helpers.img_to_vec import Img2Vec from lightwood.enco...
{"golden_diff": "diff --git a/lightwood/encoder/image/img_2_vec.py b/lightwood/encoder/image/img_2_vec.py\n--- a/lightwood/encoder/image/img_2_vec.py\n+++ b/lightwood/encoder/image/img_2_vec.py\n@@ -3,6 +3,7 @@\n import torchvision.transforms as transforms\n from lightwood.encoder.image.helpers.img_to_vec import Img2Ve...
934
470
gh_patches_debug_16989
rasdani/github-patches
git_diff
gpodder__mygpo-493
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- API: Device Synchronization API - Start / Stop Sync returning HTTP status 500 During my work on PR https://github.com/gpodder/mygpo/pull/122 is was testing the Device Synchronization API - Start / Stop Sync (...
diff --git a/mygpo/api/advanced/sync.py b/mygpo/api/advanced/sync.py --- a/mygpo/api/advanced/sync.py +++ b/mygpo/api/advanced/sync.py @@ -38,7 +38,7 @@ except Client.DoesNotExist as e: return HttpResponseNotFound(str(e)) - return JsonResponse(get_sync_status(user)) + return JsonRe...
{"golden_diff": "diff --git a/mygpo/api/advanced/sync.py b/mygpo/api/advanced/sync.py\n--- a/mygpo/api/advanced/sync.py\n+++ b/mygpo/api/advanced/sync.py\n@@ -38,7 +38,7 @@\n except Client.DoesNotExist as e:\n return HttpResponseNotFound(str(e))\n \n- return JsonResponse(get_sync_status(user)...
1,421
211
gh_patches_debug_67497
rasdani/github-patches
git_diff
vllm-project__vllm-2887
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [v0.3.1] Release Tracker **ETA**: Feb 14-16 th ## Major changes TBD ## PRs to be merged before the release - [x] #2855 - [x] #2845 - [x] ~~#2514~~ - [x] Ensure memory release when `LLM` class...
diff --git a/vllm/__init__.py b/vllm/__init__.py --- a/vllm/__init__.py +++ b/vllm/__init__.py @@ -8,7 +8,7 @@ from vllm.outputs import CompletionOutput, RequestOutput from vllm.sampling_params import SamplingParams -__version__ = "0.3.0" +__version__ = "0.3.1" __all__ = [ "LLM",
{"golden_diff": "diff --git a/vllm/__init__.py b/vllm/__init__.py\n--- a/vllm/__init__.py\n+++ b/vllm/__init__.py\n@@ -8,7 +8,7 @@\n from vllm.outputs import CompletionOutput, RequestOutput\n from vllm.sampling_params import SamplingParams\n \n-__version__ = \"0.3.0\"\n+__version__ = \"0.3.1\"\n \n __all__ = [\n \"...
586
108
gh_patches_debug_6598
rasdani/github-patches
git_diff
holoviz__panel-2883
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- panel examples gives UnboundLocalError #### ALL software version info panel 0.12.4 #### Description of expected behavior and the observed behavior `$ panel examples` doesn't raise an error #### Comple...
diff --git a/panel/command/__init__.py b/panel/command/__init__.py --- a/panel/command/__init__.py +++ b/panel/command/__init__.py @@ -102,6 +102,7 @@ print("install pyct to enable this command (e.g. `conda install -c pyviz pyct` or `pip install pyct[cmd]`)") sys.exit(1) pyct.cmd.subs...
{"golden_diff": "diff --git a/panel/command/__init__.py b/panel/command/__init__.py\n--- a/panel/command/__init__.py\n+++ b/panel/command/__init__.py\n@@ -102,6 +102,7 @@\n print(\"install pyct to enable this command (e.g. `conda install -c pyviz pyct` or `pip install pyct[cmd]`)\")\n sys.exit(1...
1,576
137
gh_patches_debug_3210
rasdani/github-patches
git_diff
ray-project__ray-10443
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [rllib] _get_torch_exploration_action doesn't support tuple action dist <!--Please include [tune], [rllib], [autoscaler] etc. in the issue title if relevant--> ### System information * **OS Platform and ...
diff --git a/rllib/utils/exploration/stochastic_sampling.py b/rllib/utils/exploration/stochastic_sampling.py --- a/rllib/utils/exploration/stochastic_sampling.py +++ b/rllib/utils/exploration/stochastic_sampling.py @@ -72,5 +72,5 @@ logp = action_dist.sampled_action_logp() else: actio...
{"golden_diff": "diff --git a/rllib/utils/exploration/stochastic_sampling.py b/rllib/utils/exploration/stochastic_sampling.py\n--- a/rllib/utils/exploration/stochastic_sampling.py\n+++ b/rllib/utils/exploration/stochastic_sampling.py\n@@ -72,5 +72,5 @@\n logp = action_dist.sampled_action_logp()\n el...
1,728
132
gh_patches_debug_14983
rasdani/github-patches
git_diff
saleor__saleor-5302
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- The clear database command should be runnable with debug disabled We should be able to run `cleardb` when `DEBUG=False` but we should have a `--force` flag to actually allow that action when the debug mode is...
diff --git a/saleor/core/management/commands/cleardb.py b/saleor/core/management/commands/cleardb.py --- a/saleor/core/management/commands/cleardb.py +++ b/saleor/core/management/commands/cleardb.py @@ -31,10 +31,16 @@ action="store_true", help="Delete staff user accounts (doesn't delete super...
{"golden_diff": "diff --git a/saleor/core/management/commands/cleardb.py b/saleor/core/management/commands/cleardb.py\n--- a/saleor/core/management/commands/cleardb.py\n+++ b/saleor/core/management/commands/cleardb.py\n@@ -31,10 +31,16 @@\n action=\"store_true\",\n help=\"Delete staff user accou...
1,307
223
gh_patches_debug_6825
rasdani/github-patches
git_diff
microsoft__botbuilder-python-1579
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- "no match response" button present in qna maker dialog when active learning is disabled Python tracking issue for repo code-owners See original issue for details: microsoft/botframework-sdk#6146 --- END I...
diff --git a/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py b/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py --- a/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py +++ b/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py @@ -67,13 +67,6 @@ ...
{"golden_diff": "diff --git a/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py b/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py\n--- a/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py\n+++ b/libraries/botbuilder-ai/botbuilder/ai/qna/utils/qna_card_builder.py\n@...
960
185
gh_patches_debug_38316
rasdani/github-patches
git_diff
streamlink__streamlink-5946
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- plugins.turkuvaz: no data on minikacocuk.com.tr ### Checklist - [X] This is a [plugin issue](https://streamlink.github.io/plugins.html) and not [a different kind of issue](https://github.com/streamlink/str...
diff --git a/src/streamlink/plugins/turkuvaz.py b/src/streamlink/plugins/turkuvaz.py --- a/src/streamlink/plugins/turkuvaz.py +++ b/src/streamlink/plugins/turkuvaz.py @@ -36,8 +36,19 @@ ) """, re.VERBOSE)) class Turkuvaz(Plugin): + _VIDEOID_LIVE = "00000000-0000-0000-0000-000000000000" + + # hardcoded in h...
{"golden_diff": "diff --git a/src/streamlink/plugins/turkuvaz.py b/src/streamlink/plugins/turkuvaz.py\n--- a/src/streamlink/plugins/turkuvaz.py\n+++ b/src/streamlink/plugins/turkuvaz.py\n@@ -36,8 +36,19 @@\n )\n \"\"\", re.VERBOSE))\n class Turkuvaz(Plugin):\n+ _VIDEOID_LIVE = \"00000000-0000-0000-0000-000000000...
1,474
935
gh_patches_debug_34583
rasdani/github-patches
git_diff
scikit-image__scikit-image-1526
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Error installing skimage- Hi! I've install skimage on a MacOs 10.10, like it's said in the documentation: pip install -U scikit-image and it say that need scipy to work, I had to install it to work. --- END...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -34,24 +34,10 @@ with open('requirements.txt') as fid: INSTALL_REQUIRES = [l.strip() for l in fid.readlines() if l] -# development versions do not have the cythonized files -if VERSION.endswith('dev'): - SETUP_REQUIRES = [r for r in INSTALL_RE...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -34,24 +34,10 @@\n with open('requirements.txt') as fid:\n INSTALL_REQUIRES = [l.strip() for l in fid.readlines() if l]\n \n-# development versions do not have the cythonized files\n-if VERSION.endswith('dev'):\n- SETUP_REQUIRE...
1,396
576
gh_patches_debug_1542
rasdani/github-patches
git_diff
pyodide__pyodide-987
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add PYODIDE_MINIMAL build option From the added documentation, > Minimal pyodide build can be enabled by setting the `PYODIDE_MINIMAL` environment variable. For instance, > ``` > PYODIDE_MI...
diff --git a/src/pyodide-py/pyodide/console.py b/src/pyodide-py/pyodide/console.py --- a/src/pyodide-py/pyodide/console.py +++ b/src/pyodide-py/pyodide/console.py @@ -32,6 +32,6 @@ cursor = len(code) code = code[:cursor] interp = jedi.Interpreter(code, namespaces) - completions = interp.completion...
{"golden_diff": "diff --git a/src/pyodide-py/pyodide/console.py b/src/pyodide-py/pyodide/console.py\n--- a/src/pyodide-py/pyodide/console.py\n+++ b/src/pyodide-py/pyodide/console.py\n@@ -32,6 +32,6 @@\n cursor = len(code)\n code = code[:cursor]\n interp = jedi.Interpreter(code, namespaces)\n- complet...
918
122
gh_patches_debug_14695
rasdani/github-patches
git_diff
Netflix__lemur-142
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- SubCA autogenerated descriptions for their certs are incorrect If you create a root CA, and look up the certificate for that CA its description is: This is the ROOT certificate for the $CN certificate author...
diff --git a/lemur/authorities/service.py b/lemur/authorities/service.py --- a/lemur/authorities/service.py +++ b/lemur/authorities/service.py @@ -58,7 +58,15 @@ cert = Certificate(cert_body, chain=intermediate) cert.owner = kwargs['ownerEmail'] - cert.description = "This is the ROOT certificate for the ...
{"golden_diff": "diff --git a/lemur/authorities/service.py b/lemur/authorities/service.py\n--- a/lemur/authorities/service.py\n+++ b/lemur/authorities/service.py\n@@ -58,7 +58,15 @@\n \n cert = Certificate(cert_body, chain=intermediate)\n cert.owner = kwargs['ownerEmail']\n- cert.description = \"This is the ...
1,972
219
gh_patches_debug_66174
rasdani/github-patches
git_diff
cisagov__manage.get.gov-1985
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Provide documentation about user_groups and permission changes ### Issue description If we edit permissions for User Groups, such as to make different items viewable on django admin, this requires a very s...
diff --git a/src/registrar/models/user_group.py b/src/registrar/models/user_group.py --- a/src/registrar/models/user_group.py +++ b/src/registrar/models/user_group.py @@ -5,6 +5,11 @@ class UserGroup(Group): + """ + UserGroup sets read and write permissions for superusers (who have full access) + and anal...
{"golden_diff": "diff --git a/src/registrar/models/user_group.py b/src/registrar/models/user_group.py\n--- a/src/registrar/models/user_group.py\n+++ b/src/registrar/models/user_group.py\n@@ -5,6 +5,11 @@\n \n \n class UserGroup(Group):\n+ \"\"\"\n+ UserGroup sets read and write permissions for superusers (who hav...
1,989
121
gh_patches_debug_9130
rasdani/github-patches
git_diff
opsdroid__opsdroid-615
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add Python 3.7 support We need to update opsdroid to be fully supported in 3.7. - [x] Test against Python 3.7. - [x] Travis - [x] AppVeyor - [x] Fix any bugs highlighted. - [x] Add 3.7 to supported...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Communications...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -72,6 +72,7 @@\n 'Programming Language :: Python :: 3 :: Only',\n 'Programming Language :: Python :: 3.5',\n 'Programming Language :: Python :: 3.6',\n+ 'Programming Language :: Python :: 3.7',\n ...
1,276
112
gh_patches_debug_43223
rasdani/github-patches
git_diff
ephios-dev__ephios-80
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Benutzer bearbeiten Als Manager möchte ich einen Nutzer bearbeiten. Dabei möchte ich die selben Optionen haben wie beim Anlegen des Nutzers. In der Liste der Nutzer soll es für jeden Nutzer eine entsprechende...
diff --git a/user_management/mail.py b/user_management/mail.py --- a/user_management/mail.py +++ b/user_management/mail.py @@ -11,7 +11,6 @@ def send_account_creation_info(userprofile): - messages = [] subject = _("Welcome to JEP!") uid = urlsafe_base64_encode(force_bytes(userprofile.id)) token =...
{"golden_diff": "diff --git a/user_management/mail.py b/user_management/mail.py\n--- a/user_management/mail.py\n+++ b/user_management/mail.py\n@@ -11,7 +11,6 @@\n \n \n def send_account_creation_info(userprofile):\n- messages = []\n subject = _(\"Welcome to JEP!\")\n uid = urlsafe_base64_encode(force_bytes(u...
1,779
985
gh_patches_debug_10891
rasdani/github-patches
git_diff
openfun__marsha-2578
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- check_live_state pop from empty list ## Bug Report **Problematic Behavior** The management command check_live_state has a recurring error, it tries to pop a value from an empty list. This list comes fro...
diff --git a/src/backend/marsha/core/management/commands/check_live_state.py b/src/backend/marsha/core/management/commands/check_live_state.py --- a/src/backend/marsha/core/management/commands/check_live_state.py +++ b/src/backend/marsha/core/management/commands/check_live_state.py @@ -67,7 +67,7 @@ live_i...
{"golden_diff": "diff --git a/src/backend/marsha/core/management/commands/check_live_state.py b/src/backend/marsha/core/management/commands/check_live_state.py\n--- a/src/backend/marsha/core/management/commands/check_live_state.py\n+++ b/src/backend/marsha/core/management/commands/check_live_state.py\n@@ -67,7 +67,7 @@...
1,827
177
gh_patches_debug_23423
rasdani/github-patches
git_diff
biolab__orange3-4389
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Transpose remembers old unexisting data I have a table file that I overwrite with different values (rows and columns stay the same). When using a certain version of the file with certain workflow the workflo...
diff --git a/Orange/widgets/data/owtranspose.py b/Orange/widgets/data/owtranspose.py --- a/Orange/widgets/data/owtranspose.py +++ b/Orange/widgets/data/owtranspose.py @@ -38,6 +38,7 @@ duplicate_names = Msg("Values are not unique.\nTo avoid multiple " "features with the same name...
{"golden_diff": "diff --git a/Orange/widgets/data/owtranspose.py b/Orange/widgets/data/owtranspose.py\n--- a/Orange/widgets/data/owtranspose.py\n+++ b/Orange/widgets/data/owtranspose.py\n@@ -38,6 +38,7 @@\n duplicate_names = Msg(\"Values are not unique.\\nTo avoid multiple \"\n \"f...
1,895
212
gh_patches_debug_38
rasdani/github-patches
git_diff
ipython__ipython-5701
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Move ssh out of external and into lib This module does not belong in external - it cannot be replaced by an external system module. --- END ISSUE --- Below are some code segments, each from a relevant file...
diff --git a/IPython/external/ssh/__init__.py b/IPython/external/ssh/__init__.py --- a/IPython/external/ssh/__init__.py +++ b/IPython/external/ssh/__init__.py @@ -0,0 +1,7 @@ +"""This is a copy of zmq.ssh""" + +try: + from zmq.ssh import * +except ImportError: + from . import tunnel + from .tunnel import *
{"golden_diff": "diff --git a/IPython/external/ssh/__init__.py b/IPython/external/ssh/__init__.py\n--- a/IPython/external/ssh/__init__.py\n+++ b/IPython/external/ssh/__init__.py\n@@ -0,0 +1,7 @@\n+\"\"\"This is a copy of zmq.ssh\"\"\"\n+\n+try:\n+ from zmq.ssh import *\n+except ImportError:\n+ from . import tunne...
290
104
gh_patches_debug_19799
rasdani/github-patches
git_diff
mirumee__ariadne-266
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Change `make_executable_schema` API to accept multiple bindables args Currently, the second argument to `make_executable_schema` is list of `SchemaBindlables` or single bindable: ```python # Single bindab...
diff --git a/ariadne/executable_schema.py b/ariadne/executable_schema.py --- a/ariadne/executable_schema.py +++ b/ariadne/executable_schema.py @@ -17,8 +17,7 @@ def make_executable_schema( type_defs: Union[str, List[str]], - bindables: Union[SchemaBindable, List[SchemaBindable], None] = None, - *, + *b...
{"golden_diff": "diff --git a/ariadne/executable_schema.py b/ariadne/executable_schema.py\n--- a/ariadne/executable_schema.py\n+++ b/ariadne/executable_schema.py\n@@ -17,8 +17,7 @@\n \n def make_executable_schema(\n type_defs: Union[str, List[str]],\n- bindables: Union[SchemaBindable, List[SchemaBindable], None]...
1,122
267
gh_patches_debug_17397
rasdani/github-patches
git_diff
benoitc__gunicorn-2570
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10 Ref : python/cpython#25174 https://github.com/benoitc/gunicorn/blob/cf55d2cec277f220ebd605989ce78...
diff --git a/gunicorn/reloader.py b/gunicorn/reloader.py --- a/gunicorn/reloader.py +++ b/gunicorn/reloader.py @@ -17,7 +17,7 @@ class Reloader(threading.Thread): def __init__(self, extra_files=None, interval=1, callback=None): super().__init__() - self.setDaemon(True) + self.daemon = True ...
{"golden_diff": "diff --git a/gunicorn/reloader.py b/gunicorn/reloader.py\n--- a/gunicorn/reloader.py\n+++ b/gunicorn/reloader.py\n@@ -17,7 +17,7 @@\n class Reloader(threading.Thread):\n def __init__(self, extra_files=None, interval=1, callback=None):\n super().__init__()\n- self.setDaemon(True)\n+ ...
1,497
184
gh_patches_debug_6470
rasdani/github-patches
git_diff
strawberry-graphql__strawberry-2306
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Fix enum_value handling for inputs A clean and easy solution for fixing the broken enum_value handling for inputs Closes https://github.com/strawberry-graphql/strawberry/issues/2305 Closes https://github....
diff --git a/strawberry/enum.py b/strawberry/enum.py --- a/strawberry/enum.py +++ b/strawberry/enum.py @@ -102,6 +102,11 @@ deprecation_reason = item_value.deprecation_reason item_value = item_value.value + # update _value2member_map_ so that doing `MyEnum.MY_VALUE` and + ...
{"golden_diff": "diff --git a/strawberry/enum.py b/strawberry/enum.py\n--- a/strawberry/enum.py\n+++ b/strawberry/enum.py\n@@ -102,6 +102,11 @@\n deprecation_reason = item_value.deprecation_reason\n item_value = item_value.value\n \n+ # update _value2member_map_ so that doing `MyEnum....
1,739
156
gh_patches_debug_5348
rasdani/github-patches
git_diff
localstack__localstack-536
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Fix Java Lambda Handler Static Imports By mistake - autoimport functionality wrong static methods has been imported. This fix the issues reported by in #534 It is unrelated to the JavaFX as that has been ...
diff --git a/localstack/constants.py b/localstack/constants.py --- a/localstack/constants.py +++ b/localstack/constants.py @@ -30,7 +30,7 @@ LOCALHOST = 'localhost' # version of the Maven dependency with Java utility code -LOCALSTACK_MAVEN_VERSION = '0.1.9' +LOCALSTACK_MAVEN_VERSION = '0.1.10' # map of default s...
{"golden_diff": "diff --git a/localstack/constants.py b/localstack/constants.py\n--- a/localstack/constants.py\n+++ b/localstack/constants.py\n@@ -30,7 +30,7 @@\n LOCALHOST = 'localhost'\n \n # version of the Maven dependency with Java utility code\n-LOCALSTACK_MAVEN_VERSION = '0.1.9'\n+LOCALSTACK_MAVEN_VERSION = '0.1....
1,281
122
gh_patches_debug_21589
rasdani/github-patches
git_diff
conan-io__conan-center-index-7891
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [package] sqlpp11/0.60: scripts are not in the package sqlpp11 provides some scripts that can be used by the consumer: https://github.com/rbock/sqlpp11/tree/develop/scripts But these scripts are not in the...
diff --git a/recipes/sqlpp11/all/conanfile.py b/recipes/sqlpp11/all/conanfile.py --- a/recipes/sqlpp11/all/conanfile.py +++ b/recipes/sqlpp11/all/conanfile.py @@ -24,13 +24,21 @@ self.info.header_only() def source(self): - tools.get(**self.conan_data["sources"][self.version], - d...
{"golden_diff": "diff --git a/recipes/sqlpp11/all/conanfile.py b/recipes/sqlpp11/all/conanfile.py\n--- a/recipes/sqlpp11/all/conanfile.py\n+++ b/recipes/sqlpp11/all/conanfile.py\n@@ -24,13 +24,21 @@\n self.info.header_only()\n \n def source(self):\n- tools.get(**self.conan_data[\"sources\"][self.vers...
695
305
gh_patches_debug_761
rasdani/github-patches
git_diff
encode__uvicorn-324
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- TypeError: __init__() when run "uvicorn app:App" I'm working on Mac Os Sierra 10.12.6, python 3.7.2 and uvicorn via pip3 0.5.1. When I run the example uvicorn app:App get the following error: Traceback (mos...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -41,11 +41,11 @@ ) requirements = [ - "click", - "h11", - "websockets>=6.0", - "httptools;" + env_marker, - "uvloop;" + env_marker, + "click==7.*", + "h11==0.8.*", + "websockets==7.*", + "httptools==0.0.13 ;" + env_marker, ...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -41,11 +41,11 @@\n )\n \n requirements = [\n- \"click\",\n- \"h11\",\n- \"websockets>=6.0\",\n- \"httptools;\" + env_marker,\n- \"uvloop;\" + env_marker,\n+ \"click==7.*\",\n+ \"h11==0.8.*\",\n+ \"websockets==7...
1,419
148
gh_patches_debug_27919
rasdani/github-patches
git_diff
saulpw__visidata-1059
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [unfurl-col] unfurling a column with TypedWrapper halts unfurl **Small description** When unfurling a column which has a TypedWrapper a sheet loading halt occurs **Expected result** The same response as ...
diff --git a/visidata/unfurl.py b/visidata/unfurl.py --- a/visidata/unfurl.py +++ b/visidata/unfurl.py @@ -8,12 +8,14 @@ from collections.abc import Iterable, Mapping from visidata import vd, Progress, Sheet, Column, ColumnItem, SettableColumn, SubColumnFunc, asyncthread, clean_to_id +from visidata import stacktrac...
{"golden_diff": "diff --git a/visidata/unfurl.py b/visidata/unfurl.py\n--- a/visidata/unfurl.py\n+++ b/visidata/unfurl.py\n@@ -8,12 +8,14 @@\n \n from collections.abc import Iterable, Mapping\n from visidata import vd, Progress, Sheet, Column, ColumnItem, SettableColumn, SubColumnFunc, asyncthread, clean_to_id\n+from v...
1,281
348
gh_patches_debug_11658
rasdani/github-patches
git_diff
elastic__apm-agent-python-1890
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- IndexError when "url" not found in args or kwargs. ### Overview I've found an issue in line 46 of `call()` method in `AioHttpClientInstrumentation(...)` class. https://github.com/elastic/apm-agent-pytho...
diff --git a/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py b/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py --- a/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py +++ b/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py @@ -42,8 +42,10 @@ instrument_list = [("...
{"golden_diff": "diff --git a/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py b/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py\n--- a/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py\n+++ b/elasticapm/instrumentation/packages/asyncio/aiohttp_client.py\n@@ -42,8 +42,10 @@\n ...
1,917
231
gh_patches_debug_17921
rasdani/github-patches
git_diff
mirumee__ariadne-59
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Drop Python 3.5 Due to lack of support for [variable type annotations](https://www.python.org/dev/peps/pep-0526/) I suggest to drop support for Python 3.5. This is already a problem in #30 in which either cod...
diff --git a/ariadne/executable_schema.py b/ariadne/executable_schema.py --- a/ariadne/executable_schema.py +++ b/ariadne/executable_schema.py @@ -18,7 +18,7 @@ def merge_resolvers(resolver_list: Iterator[tuple]) -> dict: - output = defaultdict(dict) # type: dict + output: dict = defaultdict(dict) for ...
{"golden_diff": "diff --git a/ariadne/executable_schema.py b/ariadne/executable_schema.py\n--- a/ariadne/executable_schema.py\n+++ b/ariadne/executable_schema.py\n@@ -18,7 +18,7 @@\n \n \n def merge_resolvers(resolver_list: Iterator[tuple]) -> dict:\n- output = defaultdict(dict) # type: dict\n+ output: dict = de...
1,111
224
gh_patches_debug_10782
rasdani/github-patches
git_diff
strawberry-graphql__strawberry-1076
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Type refactoring has a regression with inheritance and explicit fields. ```python @strawberry.input class A: a: str = strawberry.field(default='', desc='') @strawberry.input class B(A): b: Opt...
diff --git a/strawberry/types/type_resolver.py b/strawberry/types/type_resolver.py --- a/strawberry/types/type_resolver.py +++ b/strawberry/types/type_resolver.py @@ -103,7 +103,7 @@ field.origin = field.origin or cls # Make sure types are StrawberryAnnotations - if not isinstance...
{"golden_diff": "diff --git a/strawberry/types/type_resolver.py b/strawberry/types/type_resolver.py\n--- a/strawberry/types/type_resolver.py\n+++ b/strawberry/types/type_resolver.py\n@@ -103,7 +103,7 @@\n field.origin = field.origin or cls\n \n # Make sure types are StrawberryAnnotations\n- ...
1,917
131
gh_patches_debug_15599
rasdani/github-patches
git_diff
getsentry__sentry-22143
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Sentry ratelimit cannot be changed when using self-hosted ## Important Details How are you running Sentry? <!-- Please pick one of the following --> On-Premise wo/ Docker, version 20.8.0 ## Descript...
diff --git a/src/sentry/api/endpoints/system_options.py b/src/sentry/api/endpoints/system_options.py --- a/src/sentry/api/endpoints/system_options.py +++ b/src/sentry/api/endpoints/system_options.py @@ -72,10 +72,13 @@ options.delete(k) else: options.set(k, v) ...
{"golden_diff": "diff --git a/src/sentry/api/endpoints/system_options.py b/src/sentry/api/endpoints/system_options.py\n--- a/src/sentry/api/endpoints/system_options.py\n+++ b/src/sentry/api/endpoints/system_options.py\n@@ -72,10 +72,13 @@\n options.delete(k)\n else:\n ...
2,041
196
gh_patches_debug_3815
rasdani/github-patches
git_diff
DataDog__dd-trace-py-2381
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Documentation site code uses incorrect class from ddtrace/contrib/wsgi/wsgi.py ### Which version of dd-trace-py are you using? 0.48.1 ### What libraries am I using: Python: 3.8 ### How can we reproduc...
diff --git a/ddtrace/contrib/wsgi/__init__.py b/ddtrace/contrib/wsgi/__init__.py --- a/ddtrace/contrib/wsgi/__init__.py +++ b/ddtrace/contrib/wsgi/__init__.py @@ -8,10 +8,10 @@ The middleware can be used manually via the following command:: - from ddtrace.contrib.wsgi import DDTraceMiddleware + from ddtrace....
{"golden_diff": "diff --git a/ddtrace/contrib/wsgi/__init__.py b/ddtrace/contrib/wsgi/__init__.py\n--- a/ddtrace/contrib/wsgi/__init__.py\n+++ b/ddtrace/contrib/wsgi/__init__.py\n@@ -8,10 +8,10 @@\n The middleware can be used manually via the following command::\n \n \n- from ddtrace.contrib.wsgi import DDTraceMiddl...
778
138
gh_patches_debug_16625
rasdani/github-patches
git_diff
vispy__vispy-1380
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Vispy Linux Error ( division by zero) When I try to tun the vispy on linux I get the following error: ``` from vispy.plot import Fig f = Fig() /lib/python2.7/site-packages/vispy/util/dpi/_linux.pyc in <lamb...
diff --git a/vispy/util/dpi/_linux.py b/vispy/util/dpi/_linux.py --- a/vispy/util/dpi/_linux.py +++ b/vispy/util/dpi/_linux.py @@ -26,6 +26,14 @@ return func(*map(float, match.groups())) +def _xrandr_calc(x_px, y_px, x_mm, y_mm): + if x_mm == 0 or y_mm == 0: + logger.warning("'xrandr' output ...
{"golden_diff": "diff --git a/vispy/util/dpi/_linux.py b/vispy/util/dpi/_linux.py\n--- a/vispy/util/dpi/_linux.py\n+++ b/vispy/util/dpi/_linux.py\n@@ -26,6 +26,14 @@\n return func(*map(float, match.groups()))\n \n \n+def _xrandr_calc(x_px, y_px, x_mm, y_mm):\n+ if x_mm == 0 or y_mm == 0:\n+ logger...
1,052
308
gh_patches_debug_25292
rasdani/github-patches
git_diff
OWASP__owasp-mastg-2253
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [Bug] Broken links in MASTG Webpage ### MASTG Chapter 0x04g-Testing-Cryptography.md ### File Line Number 90 ### Context The links to "Data Storage on Android" and "Data Storage on iOS" lead to 404 --- ...
diff --git a/tools/scripts/transform_files.py b/tools/scripts/transform_files.py --- a/tools/scripts/transform_files.py +++ b/tools/scripts/transform_files.py @@ -4,10 +4,22 @@ EMOJIS_regex = r"🥇 |🎁 |📝 |❗ " def transform_links(file_text): - print("[*] Regex Substitutions ../Document to MASTG/") - found = r...
{"golden_diff": "diff --git a/tools/scripts/transform_files.py b/tools/scripts/transform_files.py\n--- a/tools/scripts/transform_files.py\n+++ b/tools/scripts/transform_files.py\n@@ -4,10 +4,22 @@\n EMOJIS_regex = r\"\ud83e\udd47 |\ud83c\udf81 |\ud83d\udcdd |\u2757 \"\n \n def transform_links(file_text):\n- print(\"...
718
529
gh_patches_debug_16918
rasdani/github-patches
git_diff
ansible__ansible-18121
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- safe_eval() warning for variables containing curly braces and Jinja2 expressions ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME `template/safe_eval` ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config fi...
diff --git a/lib/ansible/template/safe_eval.py b/lib/ansible/template/safe_eval.py --- a/lib/ansible/template/safe_eval.py +++ b/lib/ansible/template/safe_eval.py @@ -26,12 +26,6 @@ from ansible import constants as C from ansible.plugins import filter_loader, test_loader -try: - from __main__ import display -exc...
{"golden_diff": "diff --git a/lib/ansible/template/safe_eval.py b/lib/ansible/template/safe_eval.py\n--- a/lib/ansible/template/safe_eval.py\n+++ b/lib/ansible/template/safe_eval.py\n@@ -26,12 +26,6 @@\n from ansible import constants as C\n from ansible.plugins import filter_loader, test_loader\n \n-try:\n- from __m...
1,966
199
gh_patches_debug_1086
rasdani/github-patches
git_diff
HypothesisWorks__hypothesis-1084
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- TypeError thrown when trying to import hypothesis in 3.44.21 hypothesis (3.44.21) In [4]: from hypothesis import given --------------------------------------------------------------------------- TypeErro...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ extras[":python_version == '2.7'"] = ['enum34'] -install_requires = ['attrs', 'coverage'] +install_requires = ['attrs>=16.0.0', 'coverage'] if sys.version_info[0] < 3: install_requires.append('enum34')
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -80,7 +80,7 @@\n \n extras[\":python_version == '2.7'\"] = ['enum34']\n \n-install_requires = ['attrs', 'coverage']\n+install_requires = ['attrs>=16.0.0', 'coverage']\n \n if sys.version_info[0] < 3:\n install_requires.append('enu...
1,981
99
gh_patches_debug_22830
rasdani/github-patches
git_diff
wright-group__WrightTools-201
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- distribute client_secrets --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs. --- BEGIN FILES --- Path: `setup.py` Content: ``` 1 # !/usr...
diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -3,6 +3,7 @@ import os from setuptools import setup, find_packages + def package_files(directory): paths = [] for (path, directories, filenames) in os.walk(directory): @@ -10,6 +11,7 @@ paths.append(os.path.join('..', path, fi...
{"golden_diff": "diff --git a/setup.py b/setup.py\n--- a/setup.py\n+++ b/setup.py\n@@ -3,6 +3,7 @@\n import os\n from setuptools import setup, find_packages\n \n+\n def package_files(directory):\n paths = []\n for (path, directories, filenames) in os.walk(directory):\n@@ -10,6 +11,7 @@\n paths.appen...
818
223
gh_patches_debug_24880
rasdani/github-patches
git_diff
nextcloud__appstore-441
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- At least a single resource for support or contact should be required This is simply asking us for trouble. No repo. No website. Nothing. The app was provided only over an archive on Google Drive (https://gith...
diff --git a/nextcloudappstore/core/scaffolding/archive.py b/nextcloudappstore/core/scaffolding/archive.py --- a/nextcloudappstore/core/scaffolding/archive.py +++ b/nextcloudappstore/core/scaffolding/archive.py @@ -23,6 +23,7 @@ 'author_name': args['author_name'], 'author_mail': args['author_email'], ...
{"golden_diff": "diff --git a/nextcloudappstore/core/scaffolding/archive.py b/nextcloudappstore/core/scaffolding/archive.py\n--- a/nextcloudappstore/core/scaffolding/archive.py\n+++ b/nextcloudappstore/core/scaffolding/archive.py\n@@ -23,6 +23,7 @@\n 'author_name': args['author_name'],\n 'author_mail': ...
1,749
308
gh_patches_debug_18788
rasdani/github-patches
git_diff
easybuilders__easybuild-framework-4377
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- OneAPI ifort: '-fiopenmp' not supported I am using `intel-2022b` toolchain with the traditional `ifort` compiler. EasyBuild is adding the `-fiopenmp` flag which, according to [here](https://www.intel.com/cont...
diff --git a/easybuild/toolchains/compiler/intel_compilers.py b/easybuild/toolchains/compiler/intel_compilers.py --- a/easybuild/toolchains/compiler/intel_compilers.py +++ b/easybuild/toolchains/compiler/intel_compilers.py @@ -109,8 +109,9 @@ self.options.options_map['loose'] = ['fp-model fast'] ...
{"golden_diff": "diff --git a/easybuild/toolchains/compiler/intel_compilers.py b/easybuild/toolchains/compiler/intel_compilers.py\n--- a/easybuild/toolchains/compiler/intel_compilers.py\n+++ b/easybuild/toolchains/compiler/intel_compilers.py\n@@ -109,8 +109,9 @@\n self.options.options_map['loose'] = ['fp-mo...
2,034
271
gh_patches_debug_2248
rasdani/github-patches
git_diff
googleapis__python-bigquery-942
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- chore: update system tests and samples to use and `@google.com` email address Re: https://github.com/googleapis/python-bigquery/pull/935#issuecomment-911791623 It may be some time before we can reconfigure...
diff --git a/samples/update_dataset_access.py b/samples/update_dataset_access.py --- a/samples/update_dataset_access.py +++ b/samples/update_dataset_access.py @@ -28,8 +28,8 @@ entry = bigquery.AccessEntry( role="READER", - entity_type="userByEmail", - entity_id="sample.bigquery.dev@gmail....
{"golden_diff": "diff --git a/samples/update_dataset_access.py b/samples/update_dataset_access.py\n--- a/samples/update_dataset_access.py\n+++ b/samples/update_dataset_access.py\n@@ -28,8 +28,8 @@\n \n entry = bigquery.AccessEntry(\n role=\"READER\",\n- entity_type=\"userByEmail\",\n- entity_i...
815
116
gh_patches_debug_27274
rasdani/github-patches
git_diff
open-mmlab__mmpose-465
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Add a README file to explain the settings in the config files A good example can be found [here](https://github.com/open-mmlab/mmaction2/blob/master/docs/config.md) --- END ISSUE --- Below are some code seg...
diff --git a/tools/train.py b/tools/train.py --- a/tools/train.py +++ b/tools/train.py @@ -45,7 +45,13 @@ action='store_true', help='whether to set deterministic options for CUDNN backend.') parser.add_argument( - '--options', nargs='+', action=DictAction, help='arguments in dict') + ...
{"golden_diff": "diff --git a/tools/train.py b/tools/train.py\n--- a/tools/train.py\n+++ b/tools/train.py\n@@ -45,7 +45,13 @@\n action='store_true',\n help='whether to set deterministic options for CUDNN backend.')\n parser.add_argument(\n- '--options', nargs='+', action=DictAction, help='arg...
1,956
335
gh_patches_debug_17048
rasdani/github-patches
git_diff
TheAlgorithms__Python-10073
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Concatenate/consolidate all algorithms with different implementations ### Feature description There are lots of algorithms with the same concept but different implementations/methods in different files. All ...
diff --git a/dynamic_programming/longest_sub_array.py b/dynamic_programming/longest_sub_array.py deleted file mode 100644 --- a/dynamic_programming/longest_sub_array.py +++ /dev/null @@ -1,33 +0,0 @@ -""" -Author : Yvonne - -This is a pure Python implementation of Dynamic Programming solution to the - longest_sub_a...
{"golden_diff": "diff --git a/dynamic_programming/longest_sub_array.py b/dynamic_programming/longest_sub_array.py\ndeleted file mode 100644\n--- a/dynamic_programming/longest_sub_array.py\n+++ /dev/null\n@@ -1,33 +0,0 @@\n-\"\"\"\n-Author : Yvonne\n-\n-This is a pure Python implementation of Dynamic Programming soluti...
622
346
gh_patches_debug_33172
rasdani/github-patches
git_diff
pytorch__text-58
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Include Moses Tokenizer --- END ISSUE --- Below are some code segments, each from a relevant file. One or more of these files may contain bugs. --- BEGIN FILES --- Path: `torchtext/data/example.py` Content...
diff --git a/torchtext/data/example.py b/torchtext/data/example.py --- a/torchtext/data/example.py +++ b/torchtext/data/example.py @@ -49,8 +49,8 @@ try: from nltk.tree import Tree except ImportError: - print('''Please install NLTK: - $ pip install nltk''') + prin...
{"golden_diff": "diff --git a/torchtext/data/example.py b/torchtext/data/example.py\n--- a/torchtext/data/example.py\n+++ b/torchtext/data/example.py\n@@ -49,8 +49,8 @@\n try:\n from nltk.tree import Tree\n except ImportError:\n- print('''Please install NLTK:\n- $ pip install n...
1,150
496
gh_patches_debug_14448
rasdani/github-patches
git_diff
oppia__oppia-9270
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Typescript checks don't work on circle CI <!-- - Thanks for taking the time to report a bug in the Oppia project. - Before filing a new issue, please do a quick search to check that it hasn't - alrea...
diff --git a/scripts/typescript_checks.py b/scripts/typescript_checks.py --- a/scripts/typescript_checks.py +++ b/scripts/typescript_checks.py @@ -24,6 +24,7 @@ import sys import python_utils +from . import common COMPILED_JS_DIR = os.path.join('local_compiled_js_for_test', '') TSCONFIG_FILEPATH = 'tsconfig.jso...
{"golden_diff": "diff --git a/scripts/typescript_checks.py b/scripts/typescript_checks.py\n--- a/scripts/typescript_checks.py\n+++ b/scripts/typescript_checks.py\n@@ -24,6 +24,7 @@\n import sys\n \n import python_utils\n+from . import common\n \n COMPILED_JS_DIR = os.path.join('local_compiled_js_for_test', '')\n TSCONF...
1,215
184
gh_patches_debug_257
rasdani/github-patches
git_diff
facebookresearch__habitat-lab-66
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Mistake in Agent class' docs Agent's class docs string states that user has to implement 2 methods: `reset` and `step`. However, If I understood correctly, there's no method named `step` and there is method `...
diff --git a/habitat/core/agent.py b/habitat/core/agent.py --- a/habitat/core/agent.py +++ b/habitat/core/agent.py @@ -13,7 +13,7 @@ agent the user has to implement two methods: reset - step + act """ def reset(self) -> None:
{"golden_diff": "diff --git a/habitat/core/agent.py b/habitat/core/agent.py\n--- a/habitat/core/agent.py\n+++ b/habitat/core/agent.py\n@@ -13,7 +13,7 @@\n agent the user has to implement two methods:\n \n reset\n- step\n+ act\n \"\"\"\n \n def reset(self) -> None:\n", "issue": "Mistake...
646
85
gh_patches_debug_10850
rasdani/github-patches
git_diff
mne-tools__mne-python-10894
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- update path handling in examples/preprocessing/otp.py all of our `data_path` functions now return `pathlib.Path` objects, which allows things like the following: https://github.com/mne-tools/mne-python/blo...
diff --git a/examples/preprocessing/otp.py b/examples/preprocessing/otp.py --- a/examples/preprocessing/otp.py +++ b/examples/preprocessing/otp.py @@ -15,7 +15,6 @@ # %% -import os.path as op import mne import numpy as np @@ -34,8 +33,7 @@ dipole_number = 1 data_path = bst_phantom_elekta.data_path() -raw =...
{"golden_diff": "diff --git a/examples/preprocessing/otp.py b/examples/preprocessing/otp.py\n--- a/examples/preprocessing/otp.py\n+++ b/examples/preprocessing/otp.py\n@@ -15,7 +15,6 @@\n \n # %%\n \n-import os.path as op\n import mne\n import numpy as np\n \n@@ -34,8 +33,7 @@\n \n dipole_number = 1\n data_path = bst_ph...
1,552
213
gh_patches_debug_43985
rasdani/github-patches
git_diff
spyder-ide__spyder-7478
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- Check for new conda packages in Anaconda's repos instead of Github Right now we're looking for new releases only on Github. But this gives a bad UX in Anaconda because they take several days to create new con...
diff --git a/spyder/workers/updates.py b/spyder/workers/updates.py --- a/spyder/workers/updates.py +++ b/spyder/workers/updates.py @@ -6,7 +6,9 @@ # Standard library imports import json +import os import ssl +import sys # Third party imports from qtpy.QtCore import QObject, Signal @@ -15,6 +17,7 @@ from spyde...
{"golden_diff": "diff --git a/spyder/workers/updates.py b/spyder/workers/updates.py\n--- a/spyder/workers/updates.py\n+++ b/spyder/workers/updates.py\n@@ -6,7 +6,9 @@\n \n # Standard library imports\n import json\n+import os\n import ssl\n+import sys\n \n # Third party imports\n from qtpy.QtCore import QObject, Signal\...
1,329
964
gh_patches_debug_25229
rasdani/github-patches
git_diff
microsoft__AzureTRE-217
We are currently solving the following issue within our repository. Here is the issue text: --- BEGIN ISSUE --- [Task] Change location to azure_location for porter parameters from API **Description** Change location to azure_location for porter parameters from API - as location appears to be a reserved word for por...
diff --git a/management_api_app/db/repositories/workspaces.py b/management_api_app/db/repositories/workspaces.py --- a/management_api_app/db/repositories/workspaces.py +++ b/management_api_app/db/repositories/workspaces.py @@ -46,7 +46,7 @@ raise ValueError(f"The workspace type '{workspace_create.workspace...
{"golden_diff": "diff --git a/management_api_app/db/repositories/workspaces.py b/management_api_app/db/repositories/workspaces.py\n--- a/management_api_app/db/repositories/workspaces.py\n+++ b/management_api_app/db/repositories/workspaces.py\n@@ -46,7 +46,7 @@\n raise ValueError(f\"The workspace type '{work...
1,680
327