pr_id
int64
repo_id
null
repo_name
string
text
string
2,868
null
DataBiosphere/toil
# Repository Context Name: DataBiosphere/toil Description: # Pull Request ## Raise job limits to be more than their requests This fixes #2866 and also includes some quieting of the logging from event watching, which was swamping the actual output from my jobs. # Relevant Files Found ## src/toil/batchSystems/kuber...
5,457
null
GoogleCloudPlatform/PerfKitBenchmarker
# Repository Context Name: GoogleCloudPlatform/PerfKitBenchmarker Description: # Pull Request ## Dumping journalctl log to a tmp file rather than to memory. Dumping journalctl log to a tmp file rather than to memory. # Relevant Files Found ## perfkitbenchmarker/linux_virtual_machine.py ``` # Copyright 2019 Perf...
256
null
brainix/pottery
# Repository Context Name: brainix/pottery Description: # Pull Request ## Improve Makefile Prior to this PR, `$ make upgrade` upgraded _only_ the top-level requirements specified in `requirements-to-freeze.txt`, not _all_ of the requirements specified in `requirements.txt`. Further, there was no Makefile target...
310
null
pynucastro/pynucastro
# Repository Context Name: pynucastro/pynucastro Description: # Pull Request ## start of some screeening docs # Relevant Files Found ## pynucastro/__init__.py ``` """pynucastro is a python module that interprets the nuclear reaction rates, including those cataloged by the JINA ReacLib project: https://groups.n...
1,244
null
pwndbg/pwndbg
# Repository Context Name: pwndbg/pwndbg Description: # Pull Request ## GDB Refactor [15/N]: Move stack.py to gdblib/stack.py # Relevant Files Found ## pwndbg/__init__.py ``` import signal import gdb import pwndbg.arguments import pwndbg.color import pwndbg.commands import pwndbg.gdblib pwndbg.commands.load_...
5,179
null
DemocracyClub/UK-Polling-Stations
# Repository Context Name: DemocracyClub/UK-Polling-Stations Description: # Pull Request ## Import script for Wychavon (2023-05-04) (closes #5178) PR triggered by upload at https://github.com/DemocracyClub/UK-Polling-Stations/issues/5178 # Relevant Files Found ## polling_stations/apps/data_importers/management/co...
25
null
wkiri/DEMUD
# Repository Context Name: wkiri/DEMUD Description: # Pull Request ## Python2.7 updates Updates to ensure package can be installed with Python 2.7, plus fixing a syntax error and some cosmetic updates. # Relevant Files Found ## demud/dataset_irs.py ``` #!/usr/bin/env python # File: dataset_irs.py # Author: Kiri ...
2,429
null
angr/angr
# Repository Context Name: angr/angr Description: # Pull Request ## Support handling and codegen of signed operations. # Relevant Files Found ## angr/analyses/decompiler/structured_codegen.py ``` from typing import Optional, Dict, List from collections import defaultdict import logging from sortedcontainers im...
95
null
hazelcast/hazelcast-python-client
# Repository Context Name: hazelcast/hazelcast-python-client Description: # Pull Request ## updated documentation, added soak test and renamed await for python3 support changes - Updated documentation to specify that client is now also supporting Python3.4+ - Added soak test for map - Renamed await method of ...
92
null
okigan/awscurl
# Repository Context Name: okigan/awscurl Description: # Pull Request ## update response to no longer encode to utf-8; include tests indicating why So - I (a long time ago) pinned my version to 0.17, and never got around to looking into this. Hence why i haven't really discussed much in #85. Apologies there, life j...
1,191
null
Blazemeter/taurus
# Repository Context Name: Blazemeter/taurus Description: # Pull Request ## Implemented version 2 of actions yaml syntax to support multiple loca… …tors https://rally1.rallydev.com/#/49997215235d/detail/userstory/343849042908?fdp=true Each PR must conform to [Developer's Guide](http://gettaurus.org/docs/Develop...
71
null
swimlane/swimlane-python
# Repository Context Name: swimlane/swimlane-python Description: # Pull Request ## Updating version for RC testing Updating version number to 10.1.0rc1 for release testing # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages def parse_requirements(requirement_file): with open(...
4,914
null
DataBiosphere/toil
# Repository Context Name: DataBiosphere/toil Description: # Pull Request ## Try /tmp before the workdir for the Toil coordination directory Closes #4877. This will try the /tmp directory before the work directory in case the work directory is actually shared, as /tmp should be local to the node. I'm not sure of...
1,668
null
Keeper-Security/Commander
# Repository Context Name: Keeper-Security/Commander Description: # Pull Request ## Restore missing changes ## Restored following changes lost due to [commit #a0b869c](https://github.com/Keeper-Security/Commander/commit/a0b869cbab77bcc07891bc544c821d6b973e8f60): - Support to ensure and update config file permissio...
1,078
null
containerbuildsystem/osbs-client
# Repository Context Name: containerbuildsystem/osbs-client Description: # Pull Request ## Set namespace for context dir pvc Signed-off-by: mkosiarc <mkosiarc@redhat.com> # Maintainers will complete the following section - [x] Commit messages are descriptive enough - [x] Code coverage from testing does not d...
30
null
lucasb-eyer/DeepFried2
# Repository Context Name: lucasb-eyer/DeepFried2 Description: # Pull Request ## Simple Upsampling Layer added upsampling layer # Relevant Files Found ## DeepFried2/layers/__init__.py ``` from .AddConstant import AddConstant from .BatchNormalization import BatchNormalization from .Dropout import Dropout from .I...
11
null
alvinwan/tex2py
# Repository Context Name: alvinwan/tex2py Description: # Pull Request ## Fixed Travis + Test Coverage * 100% test coverage * fixed travis CI settings # Relevant Files Found ## setup.py ``` import sys from setuptools import setup from setuptools.command.test import test as TestCommand install_requires = ['TexS...
8,782
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## Templight package Here is an attempt to package [Templight](https://github.com/mikael-s-persson/templight), a clang patch/wrapper which allows C++ developers to profile the effect of template instantiations on compilation times and compiler memor...
151
null
glue-viz/glue-vispy-viewers
# Repository Context Name: glue-viz/glue-vispy-viewers Description: # Pull Request ## Make sure that the ElementSubsetState doesn’t get applied to dataset it isn’t relevant for Should fix https://github.com/glue-viz/glue-vispy-viewers/issues/105 (cc @PennyQ) # Relevant Files Found ## glue_vispy_viewers/common/t...
25
null
AlejandroFrias/case-conversion
# Repository Context Name: AlejandroFrias/case-conversion Description: # Pull Request ## Add type annotations - type annotate all signatures - add `mypy` to CI Closes: #14 # Relevant Files Found ## case_conversion/case_conversion.py ``` import sys import unicodedata def _get_rubstring_ranges(a_str, sub): ...
2,476
null
uwcirg/truenth-portal
# Repository Context Name: uwcirg/truenth-portal Description: # Pull Request ## TN-1163 fixed issues for exercise, diet, and recipes pages in py3 # Relevant Files Found ## manage.py ``` """ Defines a series of scripts for running server and maintenance FLASK_APP=manage.py flask --help """ import json import o...
5,793
null
openshift/openshift-ansible
# Repository Context Name: openshift/openshift-ansible Description: # Pull Request ## Openshift MGMT Fixes and Container Provider Integration Various small fixes/polishing to the openshift management role. * Updated uninstall script * Automatically add cluster to new management deployment * Scaffolding for scr...
418
null
angr/angr-management
# Repository Context Name: angr/angr-management Description: # Pull Request ## Interaction Console: Add connect button, support interaction upload # Relevant Files Found ## angrmanagement/plugins/interaction_console/interaction_console.py ``` import threading import archr from PySide2.QtWidgets import QMainWin...
483
null
ansys/pyansys-heart
# Repository Context Name: ansys/pyansys-heart Description: # Pull Request ## remove one node Fixes #480 # Relevant Files Found ## ansys/heart/writer/dynawriter.py ``` """Module contain. classes for writing LS-DYNA keywords based. Note ---- Uses a HeartModel (from ansys.heart.preprocessor.models). """ import c...
62
null
oturns/geosnap
# Repository Context Name: oturns/geosnap Description: # Pull Request ## Allow all the currency variables to be adjusted for inflation. Allow all the currency variables to be adjusted for inflation. # Relevant Files Found ## osnap/data/data.py ``` """Tools for creating and manipulating neighborhood datasets.""" ...
1
null
alexeiva/alexei-scripts
# Repository Context Name: alexeiva/alexei-scripts Description: # Pull Request ## some small issues # Relevant Files Found ## set Kerning Groups for GF Latin Plus.py ``` #MenuTitle: Set Kerning Groups for GF Latin Plus # encoding: utf-8 # Copyright: Georg Seifert, 2010, www.schriftgestaltung.de Version 1.0 # Co...
10
null
pytask-dev/pytask-latex
# Repository Context Name: pytask-dev/pytask-latex Description: # Pull Request ## Release 0.0.7 and fix error related to --outputdirectory. # Relevant Files Found ## setup.py ``` from setuptools import find_packages from setuptools import setup setup( name="pytask-latex", version="0.0.6", packages=...
9
null
fugue-project/prefect-fugue
# Repository Context Name: fugue-project/prefect-fugue Description: # Pull Request ## Update Fugue to use Fugue API <!-- Thanks for contributing to prefect-fugue! 🎉--> ## Summary <!-- A brief summary explaining the purpose of this PR --> This PR is to upgrade Fugue to the newer version where Fugue API has m...
1
null
rspivak/logsna
# Repository Context Name: rspivak/logsna Description: # Pull Request ## A typo was causing this ugly warning: Installing collected packages: logsna Running setup.py install for logsna /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'descriptifon' warnings.warn(msg) ...
99
null
MarketSquare/robotframework-browser
# Repository Context Name: MarketSquare/robotframework-browser Description: # Pull Request ## Base class # Relevant Files Found ## Browser/keywords/browser_control.py ``` from typing import Optional, Union from robot.api import logger # type: ignore from robotlibcore import keyword # type: ignore from ..gen...
209
null
nextstrain/cli
# Repository Context Name: nextstrain/cli Description: # Pull Request ## remote.nextstrain_dot_org: Yield resource URL before deletion not after A pre-action yield matches the messaging of the `remote delete` command as of "remote delete: Update messaging to match pre-deletion behaviour" (bb4ab4c) and the behavio...
402
null
aistairc/aiaccel
# Repository Context Name: aistairc/aiaccel Description: # Pull Request ## Update documents * Update index.rst * Add api_reference/utils.rst # Relevant Files Found ## docs/source/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common o...
2,064
null
bridgecrewio/checkov
# Repository Context Name: bridgecrewio/checkov Description: # Pull Request ## Adjust cfn's build_definitions_context arguments By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. # Relevant Files Found ## checkov/cloudformation/cfn_utils.py ``` im...
78
null
UnitapApp/unitap-backend
# Repository Context Name: UnitapApp/unitap-backend Description: # Pull Request ## mix up the cache times # Relevant Files Found ## faucet/models.py ``` from datetime import datetime, timedelta import logging from django.db import models import uuid from django.utils import timezone from encrypted_model_fields....
485
null
Tianxiaomo/pytorch-YOLOv4
# Repository Context Name: Tianxiaomo/pytorch-YOLOv4 Description: # Pull Request ## Allow passing onnx_file_name Allow passing `onnx_file_name` to the `transform_to_onnx` so it can be used in any script and output file can be created in a pre-determined location. # Relevant Files Found ## tool/darknet2onnx.py ``...
36,308
null
Azure/azure-sdk-for-python
# Repository Context Name: Azure/azure-sdk-for-python Description: # Pull Request ## Update doc for the credentials that default to cli app id # Relevant Files Found ## sdk/identity/azure-identity/azure/identity/_credentials/browser.py ``` # ------------------------------------ # Copyright (c) Microsoft Corpora...
1,645
null
deepchem/deepchem
# Repository Context Name: deepchem/deepchem Description: # Pull Request ## Upgrade to TF 1.14 (Optional) This PR makes the necessary changes for upgrade to TF 1.14. Main Changes: 1. Remove extra addition of variables, which are already part of `layer.trainable_variables` 2. Install script change 3. Made `at...
1,054
null
mirumee/ariadne
# Repository Context Name: mirumee/ariadne Description: # Pull Request ## Tweak normalization error message Small wording change: `unknown` -> `unsupported` # Relevant Files Found ## ariadne/executable_schema.py ``` from enum import Enum from typing import Dict, List, Optional, Type, Union from graphql import (...
5
null
notpoiu/RobloxMemoryAPI
# Repository Context Name: notpoiu/RobloxMemoryAPI Description: # Pull Request ## fix: make cframe vectors be accurate to robolx engine https://create.roblox.com/docs/reference/engine/datatypes/CFrame#LookVector # Relevant Files Found ## utils/rbx/instance.py ``` from ..offsets import * import time, math from ut...
1,155
null
dials/dials
# Repository Context Name: dials/dials Description: # Pull Request ## Improve performance of image viewer tile generation. Use of the locals() function adds an apparent overhead, at least when tested under Python 3.6. Removing it cuts 0.7 seconds from each "Next" image viewed in a Jungfrau16M *.h5 dataset. (fr...
128
null
tylerjwoodfin/tools
# Repository Context Name: tylerjwoodfin/tools Description: # Pull Request ## tjw-105: Changed downtime to rolling window # Relevant Files Found ## pihole/one_hour_of_distraction.py ``` #!/usr/bin/env python3 """ This script allows me one hour of unblocking my "distraction list" in Pihole. After 1 hour, it rein...
10,697
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## [Dask.order] Remove non-runnable leaf nodes from ordering This is a follow up to https://github.com/dask/dask/pull/10660 and addresses the still failing test in https://github.com/dask/distributed/issues/8255 Most notably, this removes a special...
1,916
null
spotDL/spotify-downloader
# Repository Context Name: spotDL/spotify-downloader Description: # Pull Request ## add option to scrape any user's playlists # Title add option to scrape any user's playlist ## Description scrape all public playlists of any user via their profile url. note that the user who is trying to download must authenti...
392
null
Jittor/jittor
# Repository Context Name: Jittor/jittor Description: # Pull Request ## fix droppath # Relevant Files Found ## python/jittor/nn.py ``` # *************************************************************** # Copyright (c) 2022 Jittor. All Rights Reserved. # Maintainers: # Guowei Yang <471184555@qq.com> # Gu...
45
null
adapt-python/adapt
# Repository Context Name: adapt-python/adapt Description: # Pull Request ## docs: Add TrAdaBoost experiments - Add TrAdaBoost experiments example - Change the update of weights in TrAdaBoost (based on MAE on probabilities instead of L_01 loss) # Relevant Files Found ## adapt/base.py ``` """ Base for adapt """ ...
3
null
organization-x/peer-help
# Repository Context Name: organization-x/peer-help Description: # Pull Request ## pushed notion extraction adarsh you better like this # Relevant Files Found # Edits This pull request adds functionality to extract and parse product specification content from Notion pages, enabling structured data retrieval fo...
32,177
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## remove kafka audit logs ## Technical Summary Removes audit logging that was added for ICDS and is no longer in use. ## Safety Assurance ### Safety story Removal of logging and management command. ### Automated test coverage The...
10,376
null
spack/spack
# Repository Context Name: spack/spack Description: # Pull Request ## py-pyfaidx: new package at 0.5.5.2 # Relevant Files Found # Edits This pull request adds a new package for `py-pyfaidx` version 0.5.5.2, a Python tool enabling efficient random access to subsequences in FASTA files. The key changes include ...
2,249
null
hypothesis/h
# Repository Context Name: hypothesis/h Description: # Pull Request ## Fix display regression on help/first-run pages So, once upon a time in the mists of yesteryear, the help/first-run page looked like this: ![](https://d.pr/i/1aL2b+) Nice, innit? Well unfortunately it now looks like this: ![](http://d.pr/i/1k...
365
null
kscalelabs/ksim
# Repository Context Name: kscalelabs/ksim Description: # Pull Request ## forgot to multiply joystick penalty # Relevant Files Found ## examples/walking.py ``` """Defines simple task for training a walking policy for the default humanoid.""" import math from dataclasses import dataclass from pathlib import Pat...
17
null
georgebv/drf-pydantic
# Repository Context Name: georgebv/drf-pydantic Description: # Pull Request ## v2 release # Relevant Files Found ## src/drf_pydantic/parse.py ``` import datetime import decimal import inspect import typing import uuid import pydantic import pydantic.fields from pydantic_core import PydanticUndefined, Url fro...
9
null
m-s-abeer/vjudge-to-oj
# Repository Context Name: m-s-abeer/vjudge-to-oj Description: # Pull Request ## Fix #8: cpp complier on Codeforces # Relevant Files Found ## modules/judges.py ``` from .submissions import * from .apiHandler import ApiCaller from requests import session from zipfile import ZipFile import http.cookiejar import m...
28
null
kibitzr/kibitzr
# Repository Context Name: kibitzr/kibitzr Description: # Pull Request ## Mailgun: inherit from WebHook # Relevant Files Found ## kibitzr/notifier/mailgun.py ``` import logging import requests from ..conf import settings logger = logging.getLogger(__name__) class MailgunNotify(object): def __init__(s...
922
null
volcengine/verl
# Repository Context Name: volcengine/verl Description: # Pull Request ## [fix] Skip vllm initialization with weight loading In version 0.8.2, forgetting to add `dummy` parameter resulted in repeated loading. And it also needs to be compatible with the default parameter `dummy_dtensor`. # Relevant Files Found ##...
7,211
null
getredash/redash
# Repository Context Name: getredash/redash Description: # Pull Request ## Bring back version check & beacon reporting ## What type of PR is this? <!-- Check all that apply, delete what doesn't apply. --> - [x] Feature ## Description <!-- In case of adding / modifying a query runner, please specify which v...
29
null
python-hyper/wsproto
# Repository Context Name: python-hyper/wsproto Description: # Pull Request ## Gets us to 100% test coverage on wsproto.frame_protocol. Fixes #25, addresses #26. # Relevant Files Found ## test/test_frame_protocol.py ``` # -*- coding: utf-8 -*- import pytest from binascii import unhexlify from codecs import geti...
29
null
scikit-build/scikit-ci-addons
# Repository Context Name: scikit-build/scikit-ci-addons Description: # Pull Request ## addon/install_pyenv: Use PYTHON_VERSION instead of PYTHONVERSION Environment variable used in appveyor and travis are not the same. # Relevant Files Found ## travis/install_pyenv.py ``` """ Usage:: import install_pyenv ...
1,286
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Develop Adding pkgng support for freebsd. Tested on freebsd 9.0. Simple check in /etc/make.conf to see if the the pkgng tools are to be used. # Relevant Files Found ## salt/modules/freebsdpkg.py ``` ''' Package support for FreeBSD ''' i...
1,070
null
kai687/sphinxawesome-theme
# Repository Context Name: kai687/sphinxawesome-theme Description: # Pull Request ## chore/new release - v3.3.6 - chore: version update # Relevant Files Found ## tests/test_basic.py ``` """Test if a simple test compiles.""" import os from pathlib import Path import pytest from sphinx.application import Sphinx...
18
null
maxymnaumchyk/awkward-zipper
# Repository Context Name: maxymnaumchyk/awkward-zipper Description: # Pull Request ## chore: make dependencies better for installation and test against latest coffea We should be using an awkward release at this point and also test with latest coffea until it depends on awkward-zipper. # Relevant Files Found ## ...
195
null
simonw/sqlite-utils
# Repository Context Name: simonw/sqlite-utils Description: # Pull Request ## table.search() improvements plus sqlite-utils search command Refs #192. Still needs tests. # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages import io import os VERSION = "2.23" def get_long_descript...
250
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## ENH: doc. hyperlinks for more packages Add hyperlinks to numpy, matplotlib, and mayavi documentation to example code. Additional packages can easily be added, those are the ones we use most frequently in the examples. # Relevant Files ...
9,013
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## fix: change related_email API to return all addresses # Relevant Files Found ## ietf/api/tests.py ``` # Copyright The IETF Trust 2015-2024, All Rights Reserved # -*- coding: utf-8 -*- import base64 import copy import datetime impor...
3,085
null
agno-agi/agno
# Repository Context Name: agno-agi/agno Description: # Pull Request ## Fix memory for teams ## Summary We incorrectly instantiate memory for teams, ## Type of change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Improvement - [ ] Model update - [ ] Other: --- ## Checklist - [ ]...
529
null
ros-infrastructure/rosdep
# Repository Context Name: ros-infrastructure/rosdep Description: # Pull Request ## Fix depends Basically on the second hit of the cache the `dependencies` list would be empty, when it was not to begin with. The list is being consumed (`.pop` until empty) to figure out the next step, so coping it just prevents the ...
310
null
SeldonIO/MLServer
# Repository Context Name: SeldonIO/MLServer Description: # Pull Request ## Add custom /ping endpoint to MLflow runtime # Relevant Files Found ## mlserver/handlers/custom.py ``` import inspect from typing import Tuple, Any, Callable, List from pydantic import BaseModel from ..model import MLModel _CustomHand...
1,252
null
stephenmcd/mezzanine
# Repository Context Name: stephenmcd/mezzanine Description: # Pull Request ## Fix typo in settings_module for docs Refactor fail - the correct `settings_module` name this time. # Relevant Files Found ## docs/conf.py ``` # -*- coding: utf-8 -*- # # Mezzanine documentation build configuration file, created by # ...
59
null
saidsef/mcp-github-pr-issue-analyser
# Repository Context Name: saidsef/mcp-github-pr-issue-analyser Description: # Pull Request ## feat: enhance documentation, fix inline commenting, and improve consistency ## What This PR enhances documentation consistency, fixes inline commenting, and improves overall code quality through standardized British spell...
153
null
Intelligent-Internet/ii-agent
# Repository Context Name: Intelligent-Internet/ii-agent Description: # Pull Request ## fix: openai and gpt 5 support # Relevant Files Found ## src/ii_agent/llm/openai.py ``` """LLM client for Anthropic models.""" import json import os import random import time from typing import Any, Tuple, cast import openai...
2
null
neo4j-contrib/agentic-kg
# Repository Context Name: neo4j-contrib/agentic-kg Description: # Pull Request ## Fix get_neo4j_import_dir to support both dbms.directories.import and server.directories.import configurations The `get_neo4j_import_dir()` function in `cypher_tools.py` was only compatible with Neo4j installations using the `server.d...
40
null
mahmoudimus/nose-timer
# Repository Context Name: mahmoudimus/nose-timer Description: # Pull Request ## Fix timings units - Fixed timings that should be shown in seconds instead of milliseconds (committed by the previous commit by mistake); - Covered with units tests; - Documentation updated. # Relevant Files Found ## nosetimer/__init...
167
null
dlr-eoc/ukis-pysat
# Repository Context Name: dlr-eoc/ukis-pysat Description: # Pull Request ## skip tests skip tests for now, cannot reproduce it locally and it is not important. # Relevant Files Found ## tests/test_data.py ``` import unittest from datetime import datetime from pathlib import Path from tempfile import gettempd...
8,272
null
ietf-tools/datatracker
# Repository Context Name: ietf-tools/datatracker Description: # Pull Request ## chore: log in-flight request lists on worker term # Relevant Files Found ## dev/build/gunicorn.conf.py ``` # Copyright The IETF Trust 2024, All Rights Reserved # Log as JSON on stdout (to distinguish from Django's logs on stderr) ...
521
null
QuarkChain/pyquarkchain
# Repository Context Name: QuarkChain/pyquarkchain Description: # Pull Request ## Update deployment utility scripts # Relevant Files Found ## quarkchain/tools/config_slave.py ``` """ python config_slave.py 127.0.0.1 38000 38006 127.0.0.2 18999 18002 will generate 4 slave server configs accordingly. will be...
9
null
gudgud96/frechet-audio-distance
# Repository Context Name: gudgud96/frechet-audio-distance Description: # Pull Request ## [feature] Add PANN model embedding to FAD calculation - Add PANN model embedding to FAD calculation - Add unit test # Relevant Files Found ## frechet_audio_distance/fad.py ``` """ Calculate Frechet Audio Distance betweeen...
16,276
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Ensure that timeout will happen for jobs that don't target any alive minions Instead of checking if all returns are in, we should check that the job is not running anywhere then enforce the per-minion timeout. I've added a test case for the in...
61
null
mingfeima/sglang
# Repository Context Name: mingfeima/sglang Description: # Pull Request ## Molly/ut enabling ## Motivation Propose adding an auto-detection mechanism for hardware platforms (e.g., CUDA, ROCm, CPU) in SGLang UT Test. This will simplify deployment and improve compatibility across different environments. Current...
3,326
null
hypothesis/lms
# Repository Context Name: hypothesis/lms Description: # Pull Request ## Remove `ExternalRequestError.extra_details` `ExternalRequestError` is starting to have too many attributes, especially since I want to add a new `ExternalRequestError.validation_errors` attr in a future PR. The `ExternalRequestError.extra_d...
55
null
UKGovernmentBEIS/hibayes
# Repository Context Name: UKGovernmentBEIS/hibayes Description: # Pull Request ## Dummy effects bug fix Thank you to @mitchfruin for the following PR. Mitch identified that we had no reference param in dummy coding. I added some functionality to the feature processor to also allow the user to specify what is the r...
97
null
QUARK-framework/QUARK
# Repository Context Name: QUARK-framework/QUARK Description: # Pull Request ## Implementation of the application score This PR implements the application as described in #89 . # Relevant Files Found ## src/BenchmarkManager.py ``` # Copyright 2021 The QUARK Authors. All Rights Reserved. # # Licensed under the ...
2
null
ikeboo/ezonnx
# Repository Context Name: ikeboo/ezonnx Description: # Pull Request ## fix fix hugging face repo identifier # Relevant Files Found ## ezonnx/__init__.py ``` from ezonnx.models.dinov3.dinov3 import DinoV3 from ezonnx.models.dinov2.dinov2 import DinoV2 from ezonnx.models.siglip2.siglip2 import Siglip2 from ezonnx...
19
null
pinax/pinax-ratings
# Repository Context Name: pinax/pinax-ratings Description: # Pull Request ## fix python 3 installation Remove call to print in setup.py Fixes #18 # Relevant Files Found ## setup.py ``` import codecs from os import path from setuptools import find_packages, setup def read(*parts): filename = path.join(p...
44
null
buildkite/test-collector-python
# Repository Context Name: buildkite/test-collector-python Description: # Pull Request ## Add execution level tagging Add execution level tagging using `execution_tag` custom marker. The test collector will send all tags marked on each test to Buildkite Test Engine. See pytest's [custom markers ](https://docs.pytes...
4,976
null
aristanetworks/avd
# Repository Context Name: aristanetworks/avd Description: # Pull Request ## Refactor(eos_designs): Network Services ethernet interfaces refactoring to classes ## Change Summary Update network_services/ethernet_interfaces.py to use classes ## Component(s) name `arista.avd.eos_designs` ## Proposed chan...
32
null
drivendataorg/cloudpathlib
# Repository Context Name: drivendataorg/cloudpathlib Description: # Pull Request ## Backend and Authentication Refactor ~Sorry, the diffs are going to be a bit hard to read, because I consolidated the `Backend` and `CloudPath` implementations into the same module. As discussed in #23, the circular references AFAIK...
6,909
null
quantumlib/Cirq
# Repository Context Name: quantumlib/Cirq Description: # Pull Request ## [cleanup] Remove unused `GridParallelXEBMetadata` class The `GridParallelXEBMetadata` class is not being used anywhere in the codebase. Fixes #6601 # Relevant Files Found ## cirq-core/cirq/experiments/grid_parallel_two_qubit_xeb.py ``` ...
7,894
null
dask/dask
# Repository Context Name: dask/dask Description: # Pull Request ## Fix map_overlap trimming behavior when drop_axis is not None This is a bug fix PR It regenerates the depth and boundary variables, taking `drop_axis` into account before calling `trim_internal` - [x] Closes #7893 (See more detailed descripti...
269
null
Cephla-Lab/Squid
# Repository Context Name: Cephla-Lab/Squid Description: # Pull Request ## add a button to show/hide well selector This pull request introduces a new "Well Selector" feature to the application's user interface. The changes include adding a toggle button for the Well Selector, updating its visibility logic based on ...
4
null
bkerler/annotate
# Repository Context Name: bkerler/annotate Description: # Pull Request ## Fix issue with binary ninja 1.3 There was an issue with annotator (when installed via Plugin Manager on latest Binary Ninja), where next(stack_args) could return None, which would cause an exception to be raised that wasn't properly caught (...
278
null
tweepy/tweepy
# Repository Context Name: tweepy/tweepy Description: # Pull Request ## Pull request: Added new language parameter to filter endpoint (see: https://dev.twitter.com/blog/introducing-new-metadata-for-tweets) # Relevant Files Found ## tweepy/streaming.py ``` # Tweepy # Copyright 2009-2010 Joshua Roesslein # See LI...
223
null
django-commons/django-debug-toolbar
# Repository Context Name: django-commons/django-debug-toolbar Description: # Pull Request ## Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments # Relevant Files Found ## debug_toolbar/middleware.py ``` """ Debug Toolbar middleware """ import imp import thread from django.conf impor...
10,801
null
keras-team/keras
# Repository Context Name: keras-team/keras Description: # Pull Request ## Exclude Theano legacy functions when reporting coverages This PR excludes Theano legacy functions when reporting coverages. This affects only calculating test coverages. # Relevant Files Found ## keras/backend/theano_backend.py ``` from _...
4
null
datamill-co/target-redshift
# Repository Context Name: datamill-co/target-redshift Description: # Pull Request ## Housekeeping/ci ssh tunnel to redshift # Motivation CI ## Suggested Musical Pairing https://soundcloud.com/arbutus-records/tops-outside # Relevant Files Found ## target_redshift/__init__.py ``` import psycopg2 import s...
3
null
jeremycryan/pytchie
# Repository Context Name: jeremycryan/pytchie Description: # Pull Request ## Reworked files writing behavior: new file per each new song This implementation is an answer to current issue: https://github.com/jeremycryan/pytchie/issues/2 # What have been changed here? Reworked files writing behavior: new file pe...
173
null
openSUSE/qem-bot
# Repository Context Name: openSUSE/qem-bot Description: # Pull Request ## Avoid error if priority is absent after f1d4d5c4a6 See https://progress.opensuse.org/issues/156301 # Relevant Files Found ## openqabot/types/incident.py ``` # Copyright SUSE LLC # SPDX-License-Identifier: MIT import re from logging import...
925
null
bazelbuild/continuous-integration
# Repository Context Name: bazelbuild/continuous-integration Description: # Pull Request ## Use the correct output_base replacement on Windows Bugfix for the recent flag expansion feature. # Relevant Files Found ## buildkite/bazelci.py ``` #!/usr/bin/env python3 # # Copyright 2018 The Bazel Authors. All rights r...
393
null
log2timeline/dftimewolf
# Repository Context Name: log2timeline/dftimewolf Description: # Pull Request ## Fix bug when counting modules in recipes that have no preflights # Relevant Files Found ## dftimewolf/cli/dftimewolf_recipes.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """dftimewolf main entrypoint.""" import argparse i...
274
null
nyu-mll/jiant
# Repository Context Name: nyu-mll/jiant Description: # Pull Request ## change condition to find result line # Relevant Files Found ## major_experiment_scripts/extract_results.py ``` import re import os import datetime import argparse from extract_diagnostic_set_results import get_strings # Pro tip: To copy th...
12
null
praekelt/django-preferences
# Repository Context Name: praekelt/django-preferences Description: # Pull Request ## Fixed warning preferences.Preferences.sites: (fields.W340) null has n… …o effect on ManyToManyField. on Python 3 # Relevant Files Found ## preferences/models.py ``` from django.db import models from django.dispatch import r...
143
null
c4a-ri/dialbb
# Repository Context Name: c4a-ri/dialbb Description: # Pull Request ## Dev v1.0 nakano # Relevant Files Found ## dialbb/no_code/start_editor.py ``` from flask import Flask, render_template, request, jsonify import json from werkzeug.utils import secure_filename import os import tkinter as tk from tkinter imp...