pr_id
int64
repo_id
null
repo_name
string
text
string
18
null
PrimeIntellect-ai/prime-rl
# Repository Context Name: PrimeIntellect-ai/prime-rl Description: # Pull Request ## Add type hint model # Relevant Files Found ## src/zeroband/models.py ``` from typing import Literal, TypeAlias import torch from transformers import ( AutoTokenizer, LlamaConfig, LlamaForCausalLM, Qwen2Config, ...
2,386
null
PaddlePaddle/PaddleX
# Repository Context Name: PaddlePaddle/PaddleX Description: # Pull Request ## fix install serving # Relevant Files Found ## paddlex/paddlex_cli.py ``` # copyright (c) 2024 PaddlePaddle Authors. All Rights Reserve. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file e...
9,274
null
streamlit/streamlit
# Repository Context Name: streamlit/streamlit Description: # Pull Request ## Add data handling support for DB API 2.0 ## Describe your changes Adds official support for Database Cursors that conform with the [DB API 2.0 Spec](https://peps.python.org/pep-0249/) (PEP 249). This adds support for DB cursor objects ...
3,120
null
holoviz/holoviews
# Repository Context Name: holoviz/holoviews Description: # Pull Request ## Minor fixes for comm cleanup When using HoloViews with panel the cleanup of comms usually occurs in panel so to avoid exceptions because a comm has already been closed this PR ensures that this does not error. # Relevant Files Found ## ho...
18,104
null
django/django
# Repository Context Name: django/django Description: # Pull Request ## Fixed #35407 -- Cached model's Options.swapped. # Trac ticket number ticket-35407 # Branch description Optimization per ticket. # Checklist - [x] This PR targets the `main` branch. <!-- Backports will be evaluated and done by merge...
77
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## Allow calling of Contract.find_matching_fn_abi with no arguments value ### What was wrong? The `Contract.find_matching_fn_abi` function could be slightly less restrictive allowing "looser" queries for the function ABI values. ### How was it...
6,115
null
onepercentclub/bluebottle
# Repository Context Name: onepercentclub/bluebottle Description: # Pull Request ## Ticket/show draft activities # Relevant Files Found ## bluebottle/activities/filters.py ``` from datetime import datetime import dateutil from django.utils.timezone import now from django.utils.translation import gettext_lazy a...
16
null
henniggroup/MPInterfaces
# Repository Context Name: henniggroup/MPInterfaces Description: # Pull Request ## Merge into Master the solution for the build errors To diagnose error with python 2.7 (setup script exits with error on travis), but fixes to unit test for instrument complete and works for python3 # Relevant Files Found ## mpinter...
364
null
awslabs/aws-crt-python
# Repository Context Name: awslabs/aws-crt-python Description: # Pull Request ## test S3 fix - Fix S3 test that were broken. Long term, we should have test create and manage it's own resource By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # R...
10,115
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Allow promote customer user to staff user I want to merge this change because it fixes a bug that does not allow promote customer users to staff users. <!-- Please mention all relevant issue numbers. --> # Impact * [ ] New migrations ...
865
null
LazyAGI/LazyLLM
# Repository Context Name: LazyAGI/LazyLLM Description: # Pull Request ## Add json extractor and concentrator ## 📌 PR 内容 / PR Description <!-- 简要描述本次 PR 的改动点 / Briefly describe the changes in this PR --> - 新增Json的提取器和聚合器 ## 🔍 相关 Issue / Related Issue <!-- 例如:Fix #123 / Close #456 --> - ## ✅ 变更类型 / Type...
87
null
earth-data-kit/earth-data-kit
# Repository Context Name: earth-data-kit/earth-data-kit Description: # Pull Request ## xarray engine registered (#86) * xarray engine registered * bumping dev version # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # For the full list of built-in...
110
null
The-Strategy-Unit/nhp_model
# Repository Context Name: The-Strategy-Unit/nhp_model Description: # Pull Request ## added test for if losr strategies are not provided Closes #109 # Relevant Files Found ## tests/test_inpatient_efficiencies.py ``` """test inpatient efficiencies""" # pylint: disable=protected-access,redefined-outer-name,no-mem...
24,840
null
commaai/openpilot
# Repository Context Name: commaai/openpilot Description: # Pull Request ## misc jenkins fixups # Relevant Files Found ## selfdrive/manager/test/test_manager.py ``` #!/usr/bin/env python3 import os import signal import time import unittest import selfdrive.manager.manager as manager from system.hardware import...
1,735
null
chainer/chainer
# Repository Context Name: chainer/chainer Description: # Pull Request ## Remove unnecessary comments. This PR removes unnecessary comments that are missed to remove at 629daf73c7b5c32fadef218dfa0dcb82323efdb7 . # Relevant Files Found ## chainer/utils/conv_nd.py ``` import itertools import numpy import six fro...
982
null
oemof/oemof-solph
# Repository Context Name: oemof/oemof-solph Description: # Pull Request ## Account for remaining values in multi-period models * Subtract remaining values for investments expressing their value at the end of the optimization horizon. * Limit fixed costs to actual optimization horizon. # Relevant Files Found #...
2,129
null
single-cell-data/TileDB-SOMA
# Repository Context Name: single-cell-data/TileDB-SOMA Description: # Pull Request ## [python] Add bindings for ndarrays **Issue and/or context:** [#2128](https://github.com/single-cell-data/TileDB-SOMA/issues/2128) **Changes:** Addition of `soma_dense_ndarray.cc` and `soma_sparse.ndarray.cc`. These ch...
10,642
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## fix bug in rebuild_stock_state/?location= bug fix to https://github.com/dimagi/commcare-hq/pull/10597 I'm fine again testing this in production # Relevant Files Found ## corehq/apps/commtrack/views.py ``` import json import copy from...
278
null
ihmeuw/vivarium_public_health
# Repository Context Name: ihmeuw/vivarium_public_health Description: # Pull Request ## enable configuration of the columns to use as the source of the LBWSG… ## Enable configuration of LBWSGDistribution exposure source columns <!-- Ideally, <=50 chars. 50 chars is here..: --> ### Description <!-- For use in c...
1,176
null
angr/angr-management
# Repository Context Name: angr/angr-management Description: # Pull Request ## Remove forgotten checrs mention mention in trace plugin # Relevant Files Found ## angrmanagement/plugins/trace_viewer/trace_plugin.py ``` import json from typing import TYPE_CHECKING, List, Optional, Tuple, Union from PySide6.QtCore...
3,870
null
SCons/scons
# Repository Context Name: SCons/scons Description: # Pull Request ## Some small doc fiddles * Use `os.environ.copy()` in examples - better not to get the Python proxy class that is `os.environ`, and instead a real dict. * Fix spelling on a python dict method: `set_default` -> `setdefault` * Update some wording ...
1,024
null
inveniosoftware/invenio-communities
# Repository Context Name: inveniosoftware/invenio-communities Description: # Pull Request ## resources: add etag headers closes https://github.com/zenodo/rdm-project/issues/258 # Relevant Files Found ## invenio_communities/communities/resources/config.py ``` # -*- coding: utf-8 -*- # # This file is part of Inve...
2,655
null
plotly/dash
# Repository Context Name: plotly/dash Description: # Pull Request ## Skip dvpc001 # Relevant Files Found ## tests/integration/devtools/test_props_check.py ``` from dash import Dash, Input, Output, html, dcc from dash.dash_table import DataTable test_cases = { "not-boolean": { "fail": True, ...
1,675
null
plotly/dash
# Repository Context Name: plotly/dash Description: # Pull Request ## New docs extras Several updates to dash, designed to enable multi-language docs generated from markdown to work better: - https://github.com/plotly/dash/commit/8503dfa8dc10abc4413b50af793d974a71835fca - `extra_hot_reload_paths`: specify paths to...
1
null
jtpereyda/boofuzz-ftp
# Repository Context Name: jtpereyda/boofuzz-ftp Description: # Pull Request ## improved options; new blocks draft # Relevant Files Found ## ftp.py ``` #!/usr/bin/env python # Designed for use with boofuzz v0.0.1-dev3 from boofuzz import * import click @click.group() def cli(): pass @click.command() @cl...
10,836
null
saleor/saleor
# Repository Context Name: saleor/saleor Description: # Pull Request ## Fix ShippingMethodChannelListingUpdate when null is send for minimum or maximum order price Port for https://github.com/saleor/saleor/pull/10827 <!-- Please mention all relevant issue numbers. --> # Impact * [ ] New migrations * [ ] N...
146
null
scrapinghub/web-poet
# Repository Context Name: scrapinghub/web-poet Description: # Pull Request ## Another attrs.define fix The idea of the fix: apparently, `__init_subclass__` is called multiple times (once per base class?), but in the incorrect invocations class arguments are not passed. So, we just skip those - do nothing if a defa...
1,529
null
PowerDNS-Admin/PowerDNS-Admin
# Repository Context Name: PowerDNS-Admin/PowerDNS-Admin Description: # Pull Request ## Corrected issue with `SERVER_EXTERNAL_SSL` setting not being extracted from the app's environment. <!-- Thank you for your interest in contributing to the PowerDNS Admin project! Please note that our contribution polic...
114
null
genialis/resolwe
# Repository Context Name: genialis/resolwe Description: # Pull Request ## Track dependencies between Data objects # Relevant Files Found ## resolwe/flow/models.py ``` """ =========== Flow Models =========== Collection Model ************* Postgres ORM model for the organization of collections. .. autoclass::...
29
null
mareuter/pylunar
# Repository Context Name: mareuter/pylunar Description: # Pull Request ## Fix module # Relevant Files Found ## src/pylunar/helpers.py ``` # This file is part of pylunar. # # Developed by Michael Reuter. # # See the LICENSE file at the top-level directory of this distribution # for details of code ownership. # ...
815
null
PlasmaPy/PlasmaPy
# Repository Context Name: PlasmaPy/PlasmaPy Description: # Pull Request ## Reynolds <!-- Thank you for contributing to PlasmaPy! Here's a bunch of pointers to make things easier for all of us: * If this PR will solve an issue tracked by GitHub, please add a phrase like "Closes #404." to automatically close...
1,872
null
openshift/openshift-tools
# Repository Context Name: openshift/openshift-tools Description: # Pull Request ## remove unused kubeconfig check # Relevant Files Found ## scripts/monitoring/cron-send-check-kubeconfig.py ``` #!/usr/bin/env python ''' Send kubeconfig status checks to MetricSender ''' # vim: expandtab:tabstop=4:shiftwidth=4 ...
900
null
conda-forge/conda-smithy
# Repository Context Name: conda-forge/conda-smithy Description: # Pull Request ## fix extra_admin_users if it is none see https://github.com/conda-forge/conda-smithy/issues/896 # Relevant Files Found ## conda_smithy/github.py ``` from __future__ import absolute_import, print_function import os from random impo...
116
null
QuSpin/QuSpin
# Repository Context Name: QuSpin/QuSpin Description: # Pull Request ## adding try/except statement in evolve to get make initial state v0 co… …ntiguous # Relevant Files Found ## quspin/tools/evolution.py ``` # -*- coding: utf-8 -*- from __future__ import print_function, division # need linear algebra packages...
354
null
py-why/dowhy
# Repository Context Name: py-why/dowhy Description: # Pull Request ## Changed default behavior with unobserved variables Earlier, DoWhy would automatically add an unobserved variable, but it created confusion. New behavior: * DoWhy does not add an unobserved variable. User has to provide it. * Identificatio...
107
null
williballenthin/viv-utils
# Repository Context Name: williballenthin/viv-utils Description: # Pull Request ## v0.7.9 bump versions also closes #70 and loosens other dependencies # Relevant Files Found ## setup.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- import sys import setuptools requirements = [ "funcy==1.18", "pef...
5
null
kachiO/mlx-whisper-mcp
# Repository Context Name: kachiO/mlx-whisper-mcp Description: # Pull Request ## add dependencies to fastmcp and update readme This pull request includes updates to the `README.md` file to improve documentation and changes to `mlx_whisper_mcp.py` to enhance error messaging and dependency handling. Below are the key...
970
null
WikipediaLibrary/TWLight
# Repository Context Name: WikipediaLibrary/TWLight Description: # Pull Request ## Handle duplicate auths better; also delete some duplicate auths [//]: # (Thank you for uploading a PR to the Wikipedia Library!) ## Description - `get_bundle_authorization` will always return a single bundle auth if there are mul...
467
null
alphagov/notifications-admin
# Repository Context Name: alphagov/notifications-admin Description: # Pull Request ## Put a link to the tour in the footer https://www.pivotaltracker.com/story/show/116960703 ## Make tour work for non-logged-in users There’s no content in the tour that’s specific to a service, and we have no good reason to only r...
8
null
5g-empower/empower-runtime
# Repository Context Name: 5g-empower/empower-runtime Description: # Pull Request ## Remove LVAP + Fix deny list bug Added remove_lvap function in lvappconnection.py Fix bug at __load_acl function in core.py in order to return the correct list of denied MACs to the web interface. # Relevant Files Found ## empowe...
159
null
adamchainz/flake8-tidy-imports
# Repository Context Name: adamchainz/flake8-tidy-imports Description: # Pull Request ## Convert setup.py metadata to setup.cfg Use [setup-py-upgrade](https://pypi.org/project/setup-py-upgrade/) plus some manual editing to move to the declarative metadata format. # Relevant Files Found ## flake8_tidy_imports.py ...
491
null
StellarCN/py-stellar-base
# Repository Context Name: StellarCN/py-stellar-base Description: # Pull Request ## feat: add support for claimable balances endpoints. #489 # Relevant Files Found ## stellar_sdk/call_builder/operations_call_builder.py ``` from typing import Union from ..call_builder.base_call_builder import BaseCallBuilder fro...
956
null
F5Networks/f5-common-python
# Repository Context Name: F5Networks/f5-common-python Description: # Pull Request ## Adds device reset API Issues: Fixes #955 Problem: The device reset API did not exist Analysis: This patch adds it. Tests: # Relevant Files Found ## f5/iworkflow/cm/cloud/tasks.py ``` # coding=utf-8 # # Copyright 20...
13,993
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## Add ``refresh_cache`` option to ``EarthLocation`` methods <!-- This comments are hidden when you submit the pull request, so you do not need to remove them! --> <!-- Please be sure to check out our contributing guidelines, https://github...
15
null
architus/architus
# Repository Context Name: architus/architus Description: # Pull Request ## Ajaxbeat # Relevant Files Found ## src/config.py ``` from sqlalchemy import create_engine from sqlalchemy.orm import sessionmaker # from src.commands import * # import src.commands as command_modules secret_token = None db_user = None ...
175
null
apache/airflow
# Repository Context Name: apache/airflow Description: # Pull Request ## Dict fix # Relevant Files Found ## airflow/models.py ``` import copy from datetime import datetime, timedelta import getpass import imp import jinja2 import json import logging import os import dill import re import signal import socket im...
9,138
null
Qiskit/qiskit
# Repository Context Name: Qiskit/qiskit Description: # Pull Request ## Optimize QuantumCircuit.append ### Summary Optimize `QuantumCircuit.append` method by eliminating an instance check and a `hasattr(operation, "to_instruction")` check. ### Details and comments There is one more instance check that can ...
176
null
Tinche/aiofiles
# Repository Context Name: Tinche/aiofiles Description: # Pull Request ## Switch to more modern async idioms I converted `AiofilesContextManager` to an awaitable from a coroutine, and the interface was simplified as a result. In addition to that, `open` is now a proper async function and `types.coroutine` is not us...
177
null
patroni/patroni
# Repository Context Name: patroni/patroni Description: # Pull Request ## Remove pg_hba injection and filtering Previously we explicitly injected a replication record into pg_hba.conf. This doesn't allow users to explicitly write their configurations. This change will just write the lines specified by the user. ...
100
null
agilescientific/welly
# Repository Context Name: agilescientific/welly Description: # Pull Request ## fixed typo in td code, added common NS/EW header fields - changed what appeared to be a typo to read the TD field in las headers - added NS/EW header fields as i am seeing these in the wild in a bunch of files I have. I am not sure if ...
400
null
ROCm/Tensile
# Repository Context Name: ROCm/Tensile Description: # Pull Request ## Refactor solution lookup13 # Relevant Files Found ## Tensile/BenchmarkProblems.py ``` ################################################################################ # Copyright (C) 2016 Advanced Micro Devices, Inc. All rights reserved. # #...
329
null
marshmallow-code/marshmallow-sqlalchemy
# Repository Context Name: marshmallow-code/marshmallow-sqlalchemy Description: # Pull Request ## Bump sphinx from 3.1.1 to 3.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.1 to 3.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/blob/3....
892
null
python-attrs/attrs
# Repository Context Name: python-attrs/attrs Description: # Pull Request ## Do not require cloudpickle for PyPy The cloudpickle package relies on CPython implementation details, and does not even import on PyPy: ``` ImportError while importing test module '/tmp/attrs/tests/test_3rd_party.py'. Hint: make sure...
536
null
girder/large_image
# Repository Context Name: girder/large_image Description: # Pull Request ## Harden tests. # Relevant Files Found ## girder/test_girder/test_large_image.py ``` # -*- coding: utf-8 -*- import json import mock import os import pytest import time from girder import events from girder.exceptions import Validation...
1,581
null
common-workflow-language/cwltool
# Repository Context Name: common-workflow-language/cwltool Description: # Pull Request ## Initial support CUDARequirement extension Express that a CommandLineTool requires NVIDA CUDA GPU support. Includes support for Docker and singularity. Supports requesting multiple GPUs, but currently does not attempt to all...
760
null
stanford-crfm/helm
# Repository Context Name: stanford-crfm/helm Description: # Pull Request ## Support inference_runtime for together models # Relevant Files Found ## src/benchmark/basic_metrics.py ``` from dataclasses import dataclass, replace from typing import List, Callable, Optional, Dict, Tuple, Set, cast from urllib.parse...
461
null
yutiansut/QUANTAXIS
# Repository Context Name: yutiansut/QUANTAXIS Description: # Pull Request ## update for readme # QUANTAXIS PR 感谢您对于QUANTAXIS的项目的参与~ 请在此完善一下最后的信息~ ## 该PR主要解决的问题: 作者信息: 时间: # Relevant Files Found ## setup.py ``` # coding=utf-8 # # The MIT License (MIT) # # Copyright (c) 2016-2017 yutiansut/QUANT...
968
null
Ericsson/codechecker
# Repository Context Name: Ericsson/codechecker Description: # Pull Request ## Show the latest run tag in the run list table Closes #958 # Relevant Files Found ## libcodechecker/server/client_db_access_handler.py ``` # ------------------------------------------------------------------------- # ...
11,251
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## [MAINT, MRG] Fix codespell Fixes failures in codespell on `main`. # Relevant Files Found ## mne/io/eeglab/tests/test_eeglab.py ``` # Author: Mainak Jas <mainak.jas@telecom-paristech.fr> # Mikolaj Magnuski <mmagnuski@swps.edu.p...
11
null
yuma-m/pychord
# Repository Context Name: yuma-m/pychord Description: # Pull Request ## Add a utility to find chords - Support 5th(power) chord. - Add an utility to find chords from notes. # Relevant Files Found ## pychord/__init__.py ``` from .chord import Chord from .progression import ChordProgression from .quality import ...
2,354
null
tskit-dev/tskit
# Repository Context Name: tskit-dev/tskit Description: # Pull Request ## Implement B2 index in C Serious tedium encountered dealing with logs of a general base in C. I've done my best to get the corner cases covered, but there may be dragons lurking in obscure corners :shrug: Closes #2252 Closes #2256 # R...
3,059
null
conan-io/conan
# Repository Context Name: conan-io/conan Description: # Pull Request ## Fixes detection of apple-clang 10.0 and adds new version to settings - [x] Refer to the issue that supports this Pull Request: closes #3043 - [x] If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Requ...
7,461
null
mesonbuild/meson
# Repository Context Name: mesonbuild/meson Description: # Pull Request ## Remove the setuptools dependency with mesondata.py This PR gets rid of the `setuptools` dependency inside `mesonbuild`. Instead `tools/gen_data.py` is used to generate the `mesondata.py` script, where all the data files are stored as strings...
110
null
Macrometacorp/pyC8
# Repository Context Name: Macrometacorp/pyC8 Description: # Pull Request ## Small fixes for old tests - PYDR-105 ## Description Small assertion fixes for test_apikeys.py and test_keyvalue.py Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking ch...
702
null
alphagov/notifications-utils
# Repository Context Name: alphagov/notifications-utils Description: # Pull Request ## Refactor `Columns` to make it easier to reuse See individual commits for details. This will make it easier to reuse for the international letters work. # Relevant Files Found ## notifications_utils/columns.py ``` from colle...
1,814
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## sort the filenames first to preserve tag order Without this the experiment list filenames wont always agree with what's stored in imageset.get_path(0), however such agreement seems to be the original code's intent. # Relevant Files Found ## com...
17
null
adafruit/Adafruit_CircuitPython_ImageLoad
# Repository Context Name: adafruit/Adafruit_CircuitPython_ImageLoad Description: # Pull Request ## Add support for GIF files # Relevant Files Found ## adafruit_imageload/__init__.py ``` # The MIT License (MIT) # # Copyright (c) 2018 Scott Shawcroft for Adafruit Industries LLC # # Permission is hereby granted, ...
11,495
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## #10768 Feature request to have lvm snapshot present Allow LVM snapshots with the lv_present state #10768 # Relevant Files Found ## salt/states/lvm.py ``` # -*- coding: utf-8 -*- ''' Management of Linux logical volumes =====================...
93
null
bavc/signalserver
# Repository Context Name: bavc/signalserver Description: # Pull Request ## changing URL for group and policy etc # Relevant Files Found ## fileuploads/models.py ``` from django.db import models from .constants import STORED_FILEPATH #class FileField([upload_to=None, max_length=100, **options]) class Video(m...
732
null
agdsn/pycroft
# Repository Context Name: agdsn/pycroft Description: # Pull Request ## Add a membership timeline ![image](https://github.com/agdsn/pycroft/assets/10060406/be23d7be-bae8-47e0-99bd-ada05c949abc) Fixes #342 # Relevant Files Found ## web/blueprints/user/__init__.py ``` # Copyright (c) 2016 The Pycroft Authors. ...
535
null
Netflix/lemur
# Repository Context Name: Netflix/lemur Description: # Pull Request ## minor fixes and downgrading requests # Relevant Files Found ## lemur/authorities/service.py ``` """ .. module: lemur.authorities.service :platform: Unix :synopsis: This module contains all of the services level functions used to ...
7,956
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Add deprecation warning for top-level `ucx` and `rmm` config values This is a follow-up to https://github.com/dask/distributed/pull/4916 where we moved the top-level `ucx` and `rmm` config values into the `distributed` namespace. With the changes h...
273
null
awslabs/aws-config-rules
# Repository Context Name: awslabs/aws-config-rules Description: # Pull Request ## iterate on code I confirm these files are made available under CC0 1.0 Universal (https://creativecommons.org/publicdomain/zero/1.0/legalcode) *Issue #, if available:* *Description of changes:* # Relevant Files Found ## pyt...
523
null
ethereum/web3.py
# Repository Context Name: ethereum/web3.py Description: # Pull Request ## Stricter specification of dependencies ### What was wrong? Most versions in `setup.py` were declared with a simple `>=`. This allows for major version bumps of dependencies which is problematic given that major version bumps tend to corr...
8,754
null
wandb/wandb
# Repository Context Name: wandb/wandb Description: # Pull Request ## chore: update docs for `wandb.init` Description ----------- <!-- Include reference to internal ticket "Fixes WB-NNNNN" and/or GitHub issue "Fixes #NNNN" (if applicable) --> - Fixes WB-17689 What does the PR do? Include a concise descripti...
494
null
jazzband/wagtailmenus
# Repository Context Name: jazzband/wagtailmenus Description: # Pull Request ## 🚀 RELEASE: 4.0.1 * Fix German translation. * Fix `bs4.FeatureNotFound` error on tests. # Relevant Files Found ## wagtailmenus/__init__.py ``` from wagtailmenus.utils.version import get_stable_branch_name, get_version # major.minor...
1,690
null
PlasmaPy/PlasmaPy
# Repository Context Name: PlasmaPy/PlasmaPy Description: # Pull Request ## change os.path to pathlib <!-- Thank you for contributing to PlasmaPy! Here's a bunch of pointers to make things easier for all of us: * If this PR will solve an issue tracked by GitHub, then please add "Closes #42" so the issue aut...
1,300
null
scieloorg/opac
# Repository Context Name: scieloorg/opac Description: # Pull Request ## Altera JournalAdminView para permitir que campo is_public seja alterado #### O que esse PR faz? Altera view de periódico no Admin para que permita que seja alterado o valor do campo `is_public` (Publicado?) pela interface. #### Onde a revi...
1,694
null
mattermost/docs
# Repository Context Name: mattermost/docs Description: # Pull Request ## V4.5 documentation # Relevant Files Found ## source/conf.py ``` # -*- coding: utf-8 -*- # # Mattermost documentation build configuration file, created by # sphinx-quickstart on Thu Nov 19 13:21:53 2015. # # This file is execfile()d with t...
2,350
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## [ci] Use PySide2 from pypi This PR load PySide2 from pypi rather than from nightly build, andwait for window exposed in stat widget test. # Relevant Files Found ## silx/gui/qt/inspect.py ``` # coding: utf-8 # /*##############################...
2,408
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## Test changes for add_properties_table_to_scan dxtbx PR These are some minor changes required on the DIALS side when using [#620](https://github.com/cctbx/dxtbx/pull/620). The main one being imprecision when setting oscillation ``` >>> scan.set_...
1,255
null
wevote/WeVoteServer
# Repository Context Name: wevote/WeVoteServer Description: # Pull Request ## Added "election_description_text" to voter guide response so we can simulate an Election json package on WebApp. Added "election_description_text" to voter guide response so we can simulate an Election json package on WebApp. # Relevant ...
22
null
Fangyh09/pytorch-receptive-field
# Repository Context Name: Fangyh09/pytorch-receptive-field Description: # Pull Request ## Fix lint errors # Relevant Files Found ## torch_receptive_field/receptive_field.py ``` import torch import torch.nn as nn import cv2 import numpy as np import matplotlib.pyplot as plt from torch.autograd import Variable f...
168
null
squaresLab/BugZoo
# Repository Context Name: squaresLab/BugZoo Description: # Pull Request ## Fixed gcovr report reading and added `coverage` method to bug manager (fixes #158) # Relevant Files Found ## bugzoo/core/coverage.py ``` from typing import Dict, List, Set, Iterator, Any import yaml import bugzoo.util from .fileline i...
175
null
cloudify-incubator/cloudify-utilities-plugin
# Repository Context Name: cloudify-incubator/cloudify-utilities-plugin Description: # Pull Request ## Rest: use auth parameters from action inputs # Relevant Files Found ## cloudify_cloudinit/tests/test_cloud_init.py ``` # Copyright (c) 2017-2018 Cloudify Platform Ltd. All rights reserved # # Licensed under th...
24
null
2gis/stf-utils
# Repository Context Name: 2gis/stf-utils Description: # Pull Request ## Logger refactoring wait for #21 # Relevant Files Found ## common/adb.py ``` import os import subprocess import logging import time from threading import Timer log = logging.getLogger(__name__) WAIT_FOR_CONNECT = 5 ADB_TIMEOUT = 10 def ...
8,551
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Remove our own assert3xx implementation in favor of Django's assertRedirects. This keeps our own `self.assert3xx` for backwards compatibility but re-uses Django's self.assertRedirects and sets `fetch_direct_response` to `False`. Fi...
338
null
xia2/xia2
# Repository Context Name: xia2/xia2 Description: # Pull Request ## One liner to cope with Sweeps => Sequences # Relevant Files Found ## Schema/__init__.py ``` from __future__ import absolute_import, division, print_function import collections import os from xia2.Handlers.Phil import PhilIndex class _Images...
56
null
tomarv2/tfremote
# Repository Context Name: tomarv2/tfremote Description: # Pull Request ## Update from refs/heads/develop This is an automated pull request to update from branch refs/heads/develop # Relevant Files Found ## src/common/plugin.py ``` import argparse import json import logging import os import subprocess import sys...
573
null
genialis/resolwe
# Repository Context Name: genialis/resolwe Description: # Pull Request ## Fix mock_file_upload to handle nested paths. @dblenkus , Is this the solution that you had in mind? @romunov Please verify that this solves the issue. I've made a test that replicates the problem, but there might be more missing pieces. # ...
789
null
mead-ml/mead-baseline
# Repository Context Name: mead-ml/mead-baseline Description: # Pull Request ## put Transformer BoW dual-encoder in layers # Relevant Files Found ## api-examples/pretrain_paired_pytorch.py ``` import logging import time import os from argparse import ArgumentParser import baseline from torch.nn.parallel import ...
2,498
null
hail-is/hail
# Repository Context Name: hail-is/hail Description: # Pull Request ## Fix bug in MIS docs in 0.1 # Relevant Files Found ## python/hail/keytable.py ``` from __future__ import print_function # Python 2 and 3 print compatibility from hail.java import * from hail.expr import Type, TArray, TStruct from hail.repre...
536
null
aws/aws-parallelcluster-node
# Repository Context Name: aws/aws-parallelcluster-node Description: # Pull Request ## Run jobinfomgtd to collect job information to a local file ### Description of changes * Run jobinfomgtd to collect job info json log to a local file * The daemon is running each 3 minutes ### Tests * Manually test with enab...
308
null
sigopt/sigopt-python
# Repository Context Name: sigopt/sigopt-python Description: # Pull Request ## Additional tests for experiment API # Relevant Files Found ## integration_test/test_xgboost_experiment.py ``` import copy import os import pytest import random os.environ['SIGOPT_PROJECT'] = "dev-sigopt-xgb-integration-test" import...
5,740
null
cookiecutter/cookiecutter-django
# Repository Context Name: cookiecutter/cookiecutter-django Description: # Pull Request ## Update Django from 5.0 to 5.1 ## Description Migrate Django 5.0 -> Django 5.1 Checklist: - [x] I've made sure that tests are updated accordingly (especially if adding or updating a template option) - [x] I've update...
1,168
null
OGGM/oggm
# Repository Context Name: OGGM/oggm Description: # Pull Request ## Big doc update <!-- Thank you for your pull request! Below are a few things we ask you kindly to self-check before (or during) the process! Remove checks that are not relevant. --> In prep for release. Still lots to do. # Relevan...
4,293
null
aws/aws-parallelcluster
# Repository Context Name: aws/aws-parallelcluster Description: # Pull Request ## Add timeout to run_system_analyzer utility function * Cherry pick from https://github.com/aws/aws-parallelcluster/pull/4254 to add timeout to the system_analyzer utility function * Cherry pick from https://github.com/aws/aws-parallel...
404
null
ansible/molecule
# Repository Context Name: ansible/molecule Description: # Pull Request ## Removed HOME env from verifiers Not sure why HOME was added to the environment. Removing as it seems unnecessary. # Relevant Files Found ## molecule/verifier/serverspec.py ``` # Copyright (c) 2015-2016 Cisco Systems # # Permission is ...
16,446
null
spyder-ide/spyder
# Repository Context Name: spyder-ide/spyder Description: # Pull Request ## PR: Improve performance of code folding and indent guides <!--- Make sure to read the Contributing Guidelines: ---> <!--- https://github.com/spyder-ide/spyder/blob/master/CONTRIBUTING.md ---> <!--- and follow PEP 8, PE...
727
null
girder/large_image
# Repository Context Name: girder/large_image Description: # Pull Request ## Suppress some warnings # Relevant Files Found ## girder/girder_large_image/__init__.py ``` ############################################################################# # Copyright Kitware Inc. # # Licensed under the Apache License, ...