pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
492 | null | mrmap-community/mrmap | # Repository Context
Name: mrmap-community/mrmap
Description:
# Pull Request
## Housekeeping/rtd
# Confirm the definition of done (DoD)
- [ ] PR only contains one change (considered splitting up PR)
- [ ] unit-test added
- [x] documentation updated
- [x] `CHANGELOG.md` updated
# Relevant Files Found
## do... |
673 | null | kobotoolbox/kobocat | # Repository Context
Name: kobotoolbox/kobocat
Description:
# Pull Request
## Proceed if empty instance found when syncing Mongo
…instead of crashing with an unhandled exception. This only affects bulk MongoDB resynchronization, since only `mongo_sync_status()` calls `update_mongo_for_xform()`.
## Description
... |
2,034 | null | pypa/hatch | # Repository Context
Name: pypa/hatch
Description:
# Pull Request
## Use zstandard implementation from stdlib (PEP-784)
Thanks to [PEP-784](https://peps.python.org/pep-0784/), Zstandard will be included in Python starting from version 3.14, and also in the `tarfile` module.
So for Python 3.14+, we don't need an ... |
1,098 | null | encode/httpx | # Repository Context
Name: encode/httpx
Description:
# Pull Request
## URL matching
This pull request refactors our URL matching for proxy lookups.
It adds a utility class `URLMatcher` that handles matching against the [proxy keys that we currently support](https://www.python-httpx.org/advanced/#http-proxying).
... |
202 | null | Deltares/Ribasim-NL | # Repository Context
Name: Deltares/Ribasim-NL
Description:
# Pull Request
## fix_graph
# Relevant Files Found
## src/ribasim_nl/ribasim_nl/model.py
```
# %%
import warnings
from pathlib import Path
from typing import Literal
import geopandas as gpd
import networkx as nx
import pandas as pd
import shapely
from... |
231 | null | dbt-labs/dbt-adapters | # Repository Context
Name: dbt-labs/dbt-adapters
Description:
# Pull Request
## Add `get_catalog_for_single_relation` macro and capability
### Problem
We want to allow fetching object-level stats for materialized objects in the DWH as an alternative to hitting `information_schema` tables.
### Solution
Crea... |
30 | null | bonlime/pytorch-tools | # Repository Context
Name: bonlime/pytorch-tools
Description:
# Pull Request
## bump
Переписал fitwrapper. Теперь он очень похож на youtrain. Единственные отличия:
1. Заменил datafactory на compile
2. переработал систему сбора метрик на AverageMeter. Вышло компактнее
# Relevant Files Found
## pytorch_tools/fit... |
36 | null | DIVA-DIA/DIVA-DAF | # Repository Context
Name: DIVA-DIA/DIVA-DAF
Description:
# Pull Request
## update pl to 1.4.4
### Description
Updated pl to 1.4.4 and the needed adaption on the current pipeline
### How to Test/Run?
first install
`pip install pytorch-lightning==1.4.4`
than run
`python run.py`
# Relevant Files Found
... |
6,386 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [Misc] Add generated git commit hash as `vllm.__commit__`
This PR embeds the current git commit hash of the source code into the installed library.
1. The hash itself is defined in the `__commit_` variable in `vllm/version.py` alongside ... |
222 | null | 2dos/DK64-Randomizer | # Repository Context
Name: 2dos/DK64-Randomizer
Description:
# Pull Request
## Wrinkly hints base & Parent Map chain fix
# Relevant Files Found
## base-hack/Build/build.py
```
"""Build the ROM."""
import gzip
import os
import shutil
import subprocess
import zlib
import generate_watch_file
# Patcher functions ... |
754 | null | fonttools/fonttools | # Repository Context
Name: fonttools/fonttools
Description:
# Pull Request
## [py23] optimize round3 function
See https://github.com/fonttools/fonttools/issues/753
In addition to the optimizations suggested by Behdad and James, I also made so that round2 is only defined in Python 3, and round3 only in Python 2, ... |
23 | null | nmakel/sdm_modbus | # Repository Context
Name: nmakel/sdm_modbus
Description:
# Pull Request
## Adding support for Taiyedq product
I found a cheapest alternative to eastron sdm630 in the Taiyedq 4300-ct
https://fr.aliexpress.com/item/1005004779479155.html?spm=a2g0o.order_list.order_list_main.47.79e55e5b8LdWZ7&gatewayAdapt=glo2fra
... |
1,237 | null | ESMValGroup/ESMValCore | # Repository Context
Name: ESMValGroup/ESMValCore
Description:
# Pull Request
## Make sure climate statistics always returns original dtype
<!--
Thank you for contributing to our project!
Please do not delete this text completely, but read the text below and keep
items that seem relevant. If in dou... |
111 | null | zblz/naima | # Repository Context
Name: zblz/naima
Description:
# Pull Request
## always plot ML model
# Relevant Files Found
## naima/plot.py
```
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from __future__ import (absolute_import, division, print_function,
unicode_literals)
impo... |
1 | null | Azure-Samples/iot-central-docs-samples | # Repository Context
Name: Azure-Samples/iot-central-docs-samples
Description:
# Pull Request
## Add scenario resources
Add resources used by the transparent gateway described in https://docs.microsoft.com/azure/iot-central/core/how-to-connect-iot-edge-transparent-gateway
# Relevant Files Found
# Edits
This ... |
6 | null | fs302/EasyLink | # Repository Context
Name: fs302/EasyLink
Description:
# Pull Request
## refactor: seal pipeline on local dataset
# Relevant Files Found
## easylink/common/seal_utils.py
```
import sys
import math
from tqdm import tqdm
import random
import numpy as np
import scipy.sparse as ssp
from scipy.sparse.csgraph import... |
48 | null | dandi/dandi-schema | # Repository Context
Name: dandi/dandi-schema
Description:
# Pull Request
## enh: allow checking to see data are matched but allow for missing fields
adding a mechanism to allow checking that a metadata blob for dandiset or asset has proper values given the schema, but may have missing fields. these metadata object... |
12,496 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## refactor(api): Add comments describing some gotchas with ModuleDefinition
# Overview
@jbleon95, @TamarZanzouri and I got confused by some things in the `ModuleDefinition` class. This PR adds comments to explain how it works, and to war... |
223 | null | cqlengine/cqlengine | # Repository Context
Name: cqlengine/cqlengine
Description:
# Pull Request
## version 0.16 RC
# Relevant Files Found
## cqlengine/connection.py
```
#http://pypi.python.org/pypi/cql/1.0.4
#http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2 /
#http://cassandra.apache.org/doc/cql/CQL.html
from collecti... |
16 | null | YWolfeee/lapjax | # Repository Context
Name: YWolfeee/lapjax
Description:
# Pull Request
## supported broadcast in power.
# Relevant Files Found
## _lapsrc/function_class.py
```
import enum
from functools import partial
from copy import deepcopy
from typing import Tuple
import jax
from jax import vmap
from jax import numpy as j... |
19,400 | null | pantsbuild/pants | # Repository Context
Name: pantsbuild/pants
Description:
# Pull Request
## Remove support for referencing 2nd owner via file.
# Relevant Files Found
## src/python/pants/base/exiter_integration_test.py
```
# Copyright 2018 Pants project contributors (see CONTRIBUTORS.md).
# Licensed under the Apache License, Ver... |
77 | null | ReactiveX/RxPY | # Repository Context
Name: ReactiveX/RxPY
Description:
# Pull Request
## Scheduler for use with wxPython applications
Ported from `QtScheduler` and the `timeflies` example.
# Relevant Files Found
## rx/concurrency/__init__.py
```
from .scheduler import Scheduler
from .scheduleditem import ScheduledItem
from .... |
25,900 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## Remove pandas.io.formats.css from MyPy Blacklist
There was a seemingly unused class variable which was failing mypy due to a lack of annotation. On closer inspection however it doesn't appear that this was even used, so I figured deletion m... |
24 | null | NREL/ATB-calc | # Repository Context
Name: NREL/ATB-calc
Description:
# Pull Request
## Extract references and append to flat file
# Relevant Files Found
## debt_fraction_calculator/debt_fraction_calc.py
```
#
# Copyright (c) Alliance for Sustainable Energy, LLC and Skye Analytics, Inc. See also https://github.com/NREL/ATB-cal... |
156 | null | CarmineOptions/derisk-research | # Repository Context
Name: CarmineOptions/derisk-research
Description:
# Pull Request
## fix valueerror
# Relevant Files Found
## app.py
```
import datetime
import logging
import math
import multiprocessing
import os
import requests
import pandas
import plotly.express
import streamlit
import src.helpers
impor... |
3,610 | null | inventree/InvenTree | # Repository Context
Name: inventree/InvenTree
Description:
# Pull Request
## Add missing 'remove stock' action
Accidentally removed in https://github.com/inventree/InvenTree/pull/3601
<a href="https://gitpod.io/#https://github.com/inventree/InvenTree/pull/3610"><img src="https://gitpod.io/button/open-in-gitpod.sv... |
11 | null | asottile/classify-imports | # Repository Context
Name: asottile/classify-imports
Description:
# Pull Request
## Support application directories
# Relevant Files Found
## aspy/refactor_imports/classify.py
```
from __future__ import unicode_literals
import imp
import os.path
class ImportType(object):
__slots__ = ()
FUTURE = 'FUT... |
64 | null | Ueva/BaRL-SimpleOptions | # Repository Context
Name: Ueva/BaRL-SimpleOptions
Description:
# Pull Request
## Added better support for random seeding.
Base environment classes now support setting of random seeds via a `.seed(rng_seed: int)` method.
# Relevant Files Found
## example/small_rooms_env.py
```
import numpy as np
from copy impor... |
1,867 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## grdtrack: Fix the bug when profile is given
**Description of proposed changes**
<!-- Please describe changes proposed and **why** you made them. If unsure, open an issue first so we can discuss.-->
<!-- If fixing an issue,... |
298 | null | jupyterhub/binderhub | # Repository Context
Name: jupyterhub/binderhub
Description:
# Pull Request
## Escape characters in build slugs properly
We need to be DNS safe for use in kubernetes object names.
fixes #240
# Relevant Files Found
## binderhub/builder.py
```
"""
Handlers for working with version control services (i.e. GitHub)... |
196 | null | jaxleyverse/jaxley | # Repository Context
Name: jaxleyverse/jaxley
Description:
# Pull Request
## New indexing
This changes the `view`:
```python
net2.cell(1).branch(4).comp(0.2).view
```
Would have previously yielded `[0, 0, 0]` for `[comp_index, branch_index, cell_index]`. It now yields `[1, 4, 2]`.
# Relevant Files Found
## ... |
517 | null | dbt-labs/dbt-adapters | # Repository Context
Name: dbt-labs/dbt-adapters
Description:
# Pull Request
## ADAP-1166: Add table format telemetry reporting to Spark adapter
<!---
Include the number of the issue addressed by this PR above if applicable.
PRs for code changes without an associated issue *will not be merged*.
See CONTR... |
978 | null | has2k1/plotnine | # Repository Context
Name: has2k1/plotnine
Description:
# Pull Request
## Refactor composition layout manager.
Reduced the places where we do recursion.
# Relevant Files Found
## plotnine/_mpl/layout_manager/_layout_tree.py
```
from __future__ import annotations
import abc
from dataclasses import dataclass
from... |
2,007 | null | geopandas/geopandas | # Repository Context
Name: geopandas/geopandas
Description:
# Pull Request
## REF/TST: replace GeocodeFarm with Photon as a geocoding default
Fixes #2005
# Relevant Files Found
## geopandas/tests/test_geocode.py
```
import pandas as pd
from shapely.geometry import Point
from geopandas import GeoDataFrame, Geo... |
213 | null | getsentry/arroyo | # Repository Context
Name: getsentry/arroyo
Description:
# Pull Request
## feat: Add consumer dlq time
We are seeing that a big chunk is missing from the consumer time
breakdown. Let's see where all this stuff went.
# Relevant Files Found
## arroyo/processing/processor.py
```
from __future__ import annotations
... |
1,213 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Test interfaces also in enabled state and fix a bug
# Relevant Files Found
## selfdrive/car/gm/carcontroller.py
```
from cereal import car
from common.realtime import DT_CTRL
from common.numpy_fast import interp
from selfdrive.config im... |
698 | null | PennyLaneAI/qml | # Repository Context
Name: PennyLaneAI/qml
Description:
# Pull Request
## Generating the demo metadata files
I have not assigned any tags for now, as these are not needed yet, and best done incrementally. I also have not added the list of any papers that reference a given demo - this data can be added more easily b... |
80 | null | serengil/retinaface | # Repository Context
Name: serengil/retinaface
Description:
# Pull Request
## Two-fold Performance Enhancement by Optimizing Face Extraction Function When align_first == True
Removing the recursive algorithm doubles our performance gains. Also, by recalculating the facial area without reliance on the detect_faces f... |
184 | null | AmpereComputingAI/ampere_model_library | # Repository Context
Name: AmpereComputingAI/ampere_model_library
Description:
# Pull Request
## add accuracy measurement to dlrm
# Relevant Files Found
## utils/recommendation/criteo.py
```
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022, Ampere Computing LLC
import os
import sys
import torch
impor... |
16,075 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [Communication] - Phone Number Management - Added support for AAD auth
# Relevant Files Found
## sdk/communication/azure-communication-administration/azure/communication/administration/_phone_number_administration_client.py
```... |
2,555 | null | Open-MSS/MSS | # Repository Context
Name: Open-MSS/MSS
Description:
# Pull Request
## reorder imports in autoplot_dockwidget
**Purpose of PR?**:
reorder imports in autoplot_dockwidget
Fixes #
**Does this PR introduce a breaking change?**
**If the changes in this PR are manually verified, list down the scenarios covered:**... |
132 | null | ns1/ns1-python | # Repository Context
Name: ns1/ns1-python
Description:
# Pull Request
## Add redirect docs and examples
/fix https://github.com/ns1/ns1-python/issues/130
# Relevant Files Found
# Edits
This pull request adds documentation and example code for the Redirect service, addressing the removal of the deprecated `UR... |
162 | null | ntropy-network/ntropy-sdk | # Repository Context
Name: ntropy-network/ntropy-sdk
Description:
# Pull Request
## Better error tolerance
# Relevant Files Found
## ntropy_sdk/ntropy_sdk.py
```
import csv
import logging
import os
import sys
import time
import uuid
import warnings
from datetime import date
from io import IOBase
from pathlib im... |
119 | null | aio-libs/aiozipkin | # Repository Context
Name: aio-libs/aiozipkin
Description:
# Pull Request
## Use aiohttp theme
# Relevant Files Found
## docs/conf.py
```
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# aiozipkin documentation build configuration file, created by
# sphinx-quickstart on Sun Dec 11 17:08:38 2016.
#
# This file... |
1,159 | null | gyana/gyana | # Repository Context
Name: gyana/gyana
Description:
# Pull Request
## Form refactor fix
## Before merging:
- [ ] Run pytest
- [ ] Run cypress
- [ ] Look through the changes and make sure nothing is broken
### If you aren't sure about anything:
- [ ] Ask for a code review
### If you installed a new p... |
6 | null | vertyco/vrt-cogs | # Repository Context
Name: vertyco/vrt-cogs
Description:
# Pull Request
## [LevelUP] Use agg backend for matplotlib
Sorry, I guess I reverted this with PR #5 ... that's what I get for not using a branch the first time around.
Redo of #4
# Relevant Files Found
## levelup/levelup.py
```
import asyncio
import d... |
18 | null | summit-erpnext/summit-api | # Repository Context
Name: summit-erpnext/summit-api
Description:
# Pull Request
## fix: sort_by filter
# Relevant Files Found
## summitapp/api/v2/product.py
```
import frappe
from summitapp.utils import error_response, success_response, get_access_level, get_allowed_categories, get_allowed_brands, get_child_ca... |
9,304 | null | Azure/azure-cli-extensions | # Repository Context
Name: Azure/azure-cli-extensions
Description:
# Pull Request
## [connectedk8s] Update extension CLI to v1.10.11
---
This checklist is used to make sure that common guidelines for a pull request are followed.
### Related command
<!--- Please provide the related command with az {command} i... |
1,705 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Complete test for batch size < num gpus
# Before submitting
- [x] Was this discussed/approved via a Github issue? (no need for typos and docs improvements)
- [x] Did you read the [contributor guideline](https://github.com/... |
942 | null | incubateur-ademe/quefairedemesobjets | # Repository Context
Name: incubateur-ademe/quefairedemesobjets
Description:
# Pull Request
## remove search button and trigger search
# Description succincte du problème résolu
Carte Notion : [Recherche adresse - Supprimer le bouton “rechercher” pour l’adresse au niveau de la carte](https://www.notion.so/accele... |
23 | null | mergermarket/cdflow | # Repository Context
Name: mergermarket/cdflow
Description:
# Pull Request
## Jenkins Slave Pool
Added --release-data param to the integration test
# Relevant Files Found
## test/test_integration.py
```
import json
import unittest
from string import printable
import yaml
from docker.client import DockerClient
f... |
15 | null | psimsa/oig_cloud | # Repository Context
Name: psimsa/oig_cloud
Description:
# Pull Request
## Cleanup code
# Relevant Files Found
## __init__.py
```
from .oig_cloud import OigCloud
from homeassistant import config_entries, core
from .const import CONF_NO_TELEMETRY, DOMAIN, CONF_USERNAME, CONF_PASSWORD
async def async_setup(ha... |
4,851 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Resolve small CSS issues
- Fixes issue defining bootstrap highlight color
- Reverts change to `display: flex` on body of default template to avoid margin-collapsing
# Relevant Files Found
## panel/tests/ui/pane/test_markup.py
```
import ti... |
54,940 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add support for area ID in zwave_js service calls
## Proposed change
We use target selectors for `zwave_js` service calls but we don't have real entity services. The end result is that the area selector is broken for `zwave_js` services.... |
126 | null | reportportal/agent-python-pytest | # Repository Context
Name: reportportal/agent-python-pytest
Description:
# Pull Request
## Fixes for fail on empty issue type and disabling quotes escaping
- Fix exception on empty issue type:
```
reportportal_client.errors.ResponseError: 4001: Incorrect Request. [Field 'issue.issueType' shouldn't be null.]
```
... |
1,054 | null | IMAP-Science-Operations-Center/imap_processing | # Repository Context
Name: IMAP-Science-Operations-Center/imap_processing
Description:
# Pull Request
## 1045 hi l1b modify processing workflow to use xarraydatasetupdate
# Change Summary
## Overview
These are all just changes to address a comment that @laspsandoval made in a recent Hi PR. I was using `xarray.D... |
139 | null | earthdaily/earthdaily-python-client | # Repository Context
Name: earthdaily/earthdaily-python-client
Description:
# Pull Request
## release(v0.3.4)
# Relevant Files Found
## earthdaily/__init__.py
```
from typing import Optional
from pathlib import Path
from . import earthdatastore, datasets
from .accessor import __EarthDailyAccessorDataArray, __Ea... |
9 | null | StrongResearch/cycling_utils | # Repository Context
Name: StrongResearch/cycling_utils
Description:
# Pull Request
## updated timer to optionally return seconds since last report
# Relevant Files Found
## cycling_utils/timing.py
```
import os
import time
class TimestampedTimer:
"""
This TimestampedTimer can be integrated within a ... |
631 | null | ModelTC/LightLLM | # Repository Context
Name: ModelTC/LightLLM
Description:
# Pull Request
## fix set quantization
# Relevant Files Found
## lightllm/common/basemodel/layer_weights/meta_weights/__init__.py
```
from .base_weight import BaseWeight
from .mm_weight import (
MMWeight,
MultiMMWeight,
ROWMMWeight,
ROWMMW... |
1,731 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Fix two-step merge breakage for Android libFuzzer.
device_merge_control_file was not set.
# Relevant Files Found
## src/python/bot/fuzzers/libfuzzer.py
```
# Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (... |
18 | null | SpiNNakerManchester/SpiNNMan | # Repository Context
Name: SpiNNakerManchester/SpiNNMan
Description:
# Pull Request
## Add LED control to transceiver.
As the name suggests.
# Relevant Files Found
## spinnman/transceiver.py
```
from spinnman.connections.udp_connection import UDPConnection
from spinnman.connections.udp_boot_connection import UD... |
497 | null | openwallet-foundation/acapy | # Repository Context
Name: openwallet-foundation/acapy
Description:
# Pull Request
## do not crash on connection request/response creation if no endpoints …
…at all in config
Signed-off-by: sklump <srklump@hotmail.com>
# Relevant Files Found
## aries_cloudagent/protocols/connections/v1_0/manager.py
```
"""Cla... |
1,944 | null | qiita-spots/qiita | # Repository Context
Name: qiita-spots/qiita
Description:
# Pull Request
## Last bits
Removal of database = True (no longer needed) and change in CONTRIBUTING.md
cc @antgonza
# Relevant Files Found
## qiita_pet/handlers/study_handlers/tests/test_artifact.py
```
# ----------------------------------------------... |
1,840 | null | Lightning-AI/torchmetrics | # Repository Context
Name: Lightning-AI/torchmetrics
Description:
# Pull Request
## docs: bump sphinx ver.
## What does this PR do?
update sphinx from legacy to latest
<details>
<summary>Before submitting</summary>
- [x] Was this **discussed/agreed** via a Github issue? (no need for typos and docs impro... |
8,476 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## TST: _lib: disable refcounting tests on PyPy
Because PyPy uses a different GC approach, such tests are not meaningful
when running on it.
# Relevant Files Found
## scipy/_lib/_gcutils.py
```
"""
Module for testing automatic garbage collection... |
720 | null | microsoft/promptflow | # Repository Context
Name: microsoft/promptflow
Description:
# Pull Request
## [Bugfix][Executor] Use actual start time to calculate execution time
# Description
The `start_time` in `_timeout_process_wrapper` is the start time for a line, not for the whole batch run, so we should use actual start time to calcula... |
680 | null | AI-Hypercomputer/maxtext | # Repository Context
Name: AI-Hypercomputer/maxtext
Description:
# Pull Request
## refactor data input pipeline and add perf data
This PR:
* change the flags related to data input to better align with the three existing data pipelines
* add checks & error messages for data input parameters
* add preliminary perf... |
2,811 | null | google/clusterfuzz | # Repository Context
Name: google/clusterfuzz
Description:
# Pull Request
## Capture centipede timeout & OOM
Ensure capturing the timeout and OOM error messages from `Centipede`'s output.
# Relevant Files Found
## src/clusterfuzz/_internal/tests/core/crash_analysis/stack_parsing/stack_analyzer_test.py
```
# Copy... |
10 | null | uhh-pd-ml/sk_cathode | # Repository Context
Name: uhh-pd-ml/sk_cathode
Description:
# Pull Request
## adding the drop_last option to generative model training
Small patch that adds the options to drop the last batch from the generative model training in case it is not full. In the case where the last batch only contains few data points, ... |
54,525 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## Fix get actor timeout multiplier
# Fix timeout multiplier bug in Ray state API
## Why are these changes needed?
This PR fixes a critical bug in the Ray state API where small user-specified timeouts (like 1 second) would result in 0-seco... |
114 | null | pylessard/python-can-isotp | # Repository Context
Name: pylessard/python-can-isotp
Description:
# Pull Request
## Use time.perf_counter instead of time.monotonic
# Relevant Files Found
## isotp/protocol.py
```
__all__ = [
'PDU',
'RateLimiter',
'TransportLayerLogic',
'TransportLayer',
'CanStack',
'NotifierBased... |
6,869 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## [batch] one fix
Need to await a wait
# Relevant Files Found
## batch/batch/throttler.py
```
import asyncio
import logging
import traceback
log = logging.getLogger('batch.throttler')
class PodThrottler:
def __init__(self, queue_size, m... |
381 | null | resource-watch/nrt-scripts | # Repository Context
Name: resource-watch/nrt-scripts
Description:
# Pull Request
## test new upload date format for gee
# Relevant Files Found
## cli_005_polar_sea_ice_extents/contents/src/__init__.py
```
from __future__ import unicode_literals
import os
import sys
import urllib.request
import shutil
from con... |
282 | null | snipsco/snips-nlu | # Repository Context
Name: snipsco/snips-nlu
Description:
# Pull Request
## Master
# Relevant Files Found
## snips_nlu/nlu_engine.py
```
from __future__ import unicode_literals
from abc import ABCMeta, abstractmethod
from dataset import validate_and_format_dataset
from snips_nlu.builtin_entities import BuiltI... |
2,631 | null | open-edge-platform/training_extensions | # Repository Context
Name: open-edge-platform/training_extensions
Description:
# Pull Request
## Refactor the datumaro adapter
### Summary
<!--
Resolves #111 and #222.
Depends on #1000 (for series of dependent commits).
This PR introduces this capability to make the project better in this and that.
- Add... |
14 | null | vanbalken/arris-tg2492lg | # Repository Context
Name: vanbalken/arris-tg2492lg
Description:
# Pull Request
## Show help when called without arguments
Fixes #6
# Relevant Files Found
## examples/list_online_devices.py
```
import argparse
import logging
try:
from arris_tg2492lg import ConnectBox # The typical way to import arris_... |
2,919 | null | dgtlmoon/changedetection.io | # Repository Context
Name: dgtlmoon/changedetection.io
Description:
# Pull Request
## 0.49.00
# Relevant Files Found
## changedetectionio/__init__.py
```
#!/usr/bin/env python3
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
__version__ = '0.48.06'
from changedetectionio.strtobool import strt... |
666 | null | ansys/pyedb | # Repository Context
Name: ansys/pyedb
Description:
# Pull Request
## DOCS: Fix example bullet points
As title says.
Closes #653
# Relevant Files Found
## examples/legacy_pyaedt_integration/09_Configuration.py
```
# # EDB: Pin to Pin project
#
# This example demonstrates the use of the Electronics
# Database ... |
18,841 | null | astropy/astropy | # Repository Context
Name: astropy/astropy
Description:
# Pull Request
## BUG: fix np.array's dispatcher for compatibility with numpy 2.4
### Description
xrefs:
- https://github.com/numpy/numpy/pull/29569
- https://github.com/numpy/numpy/pull/30138
- https://github.com/numpy/numpy/issues/30159
- https://gith... |
128 | null | cloudify-cosmo/cloudify-manager | # Repository Context
Name: cloudify-cosmo/cloudify-manager
Description:
# Pull Request
## Cfy 1232 local ctx
# Relevant Files Found
## tests/plugins/context_plugin/tasks.py
```
########
# Copyright (c) 2014 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the ... |
160 | null | jadolg/rocketchat_API | # Repository Context
Name: jadolg/rocketchat_API
Description:
# Pull Request
## Add role endpoints
- Add roles.list endpoint
- Add roles.create endpoint
- Add roles.addUserToRole and roles.removeUserFromRole endpoints
- Add roles.getUsersInRole endpoint
- Add roles.sync endpoint
# Relevant Files Found
## rocketc... |
1,660 | null | commaai/opendbc | # Repository Context
Name: commaai/opendbc
Description:
# Pull Request
## Add European (2020) HYUNDAI_KONA_HEV fp
This is for @elruidomepeta's (on Discord) 2020 Hyundai Kona HEV in Spain.
Route of successful recognition on `master` with these changes: 69e57686816b982c/00000010--18ca001831/0
# Relevant Files Fo... |
36,664 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Update SearchIncidentsV2.py
Fixed all typos for summarized
<!-- REMINDER: THIS IS A PUBLIC REPO DO NOT POST HERE SECRETS/SENSITIVE DATA -->
## Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the [c... |
88 | null | home-assistant-libs/pychromecast | # Repository Context
Name: home-assistant-libs/pychromecast
Description:
# Pull Request
## (Re)Attempt to Fix #80
Fixes the issue of the MediaStatus’s metadata not reflecting values
passed for the ’title’ and ‘thumb’ parameters of the play_media()
method.
It seems there’s no reason to define these values in ‘custo... |
7,081 | null | hail-is/hail | # Repository Context
Name: hail-is/hail
Description:
# Pull Request
## Hail improve error message for pip
# Relevant Files Found
## hail/python/hail/context.py
```
import pkg_resources
from pyspark import SparkContext, SparkConf
from pyspark.sql import SparkSession
import hail
from hail.genetics.reference_geno... |
5,697 | null | alphagov/notifications-admin | # Repository Context
Name: alphagov/notifications-admin
Description:
# Pull Request
## Fix copying contact list to jobs bucket
Signature of `s3upload` changed in 21c98157697578682a33ac016fb5385b5e7909bb
# Relevant Files Found
## app/models/contact_list.py
```
from datetime import datetime
from functools import p... |
7,727 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## BUG: special/cdflib: deal with nan and nonfinite inputs
The CDFLIB code in scipy.special is not safe for non-finite inputs.
In particular, in several places it can enter into nonterminating loops.
Add explicit nan checks to the cdflib wrappe... |
80 | null | scipp/sciline | # Repository Context
Name: scipp/sciline
Description:
# Pull Request
## Allow visualization of graphs with missing requirements
Fixes #79.
This avoids wasting a lot of time when working with scientists to draft a workflow. Previously I had to add a ton of dummy providers. I think this may also be helpful later t... |
16,337 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## [Hexagon][UnitTest] Disable flaky quantization test
The `test_pass_fq2i_avg_pool2d.py::test_avgpool_conv2d` test is sensitive to rounding errors, and failed about a third of the time (42 / 100 tests). This was first noticed as CI failures in unre... |
18,927 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Support query timeout as an argument in CassandraToGCSOperator
<!--
Thank you for contributing! Please make sure that your code changes
are covered with tests. And in case of new features or big changes
remember to adjust the documentation.... |
70 | null | PEtab-dev/petab_select | # Repository Context
Name: PEtab-dev/petab_select
Description:
# Pull Request
## Fix some type annotations / docstrings
# Relevant Files Found
## petab_select/candidate_space.py
```
"""Classes and methods related to candidate spaces."""
import abc
import bisect
import copy
import csv
import logging
import warni... |
2,324 | null | huggingface/accelerate | # Repository Context
Name: huggingface/accelerate
Description:
# Pull Request
## Fix infer_auto_device_map when tied weights share the same prefix name
As per title, thanks to @giuseppe5 & @nickfraser notice.
On main currently, the detection of `tied_param_goups` and `tied_params` is wrong as e.g. if we have a g... |
14 | null | Jammy2211/PyAutoArray | # Repository Context
Name: Jammy2211/PyAutoArray
Description:
# Pull Request
## Get version number from env
Required for new automated build process.
# Relevant Files Found
## setup.py
```
from codecs import open
from os.path import abspath, dirname, join
from os import environ
from setuptools import find_p... |
742 | null | globocom/database-as-a-service | # Repository Context
Name: globocom/database-as-a-service
Description:
# Pull Request
## Fix migration gcp dccm
# Relevant Files Found
## dbaas/logical/models.py
```
# -*- coding: utf-8 -*-
from __future__ import absolute_import, unicode_literals
import simple_audit
import logging
import datetime
import urllib
... |
2,156 | null | 2dos/DK64-Randomizer | # Repository Context
Name: 2dos/DK64-Randomizer
Description:
# Pull Request
## Update JsonReader.py
# Relevant Files Found
## randomizer/JsonReader.py
```
"""Reads a JSONC file and generates classes or dictionaries based on the data."""
import json
import re
from js import getStringFile
from enum import IntEnu... |
552 | null | biocore/american-gut-web | # Repository Context
Name: biocore/american-gut-web
Description:
# Pull Request
## Fix typo
Fixes emails being sent after completing consent. Consents were registered, but typo stopped email from being sent.
# Relevant Files Found
## amgut/handlers/human_survey.py
```
from json import dumps, loads
import loggin... |
51 | null | huggingface/alignment-handbook | # Repository Context
Name: huggingface/alignment-handbook
Description:
# Pull Request
## Add check that parameters are not intended to be offloaded
I'm using the (awesome) script setups and data utilities from this repo for work. However I am not in an HPC environment (so launching multi-node without Slurm), and am... |
2,501 | null | stfc/PSyclone | # Repository Context
Name: stfc/PSyclone
Description:
# Pull Request
## (Closes #2447) Create release 2.5.0
# Relevant Files Found
## doc/developer_guide/conf.py
```
# -*- coding: utf-8 -*-
'''
PSyclone developer guide documentation build configuration file, created
by sphinx-quickstart on Mon Jan 27 12:50:2... |
5,758 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## [AIRFLOW-5142] Fixed flaky cassandra test
Make sure you have checked _all_ steps below.
### Jira
- [x] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR titl... |
53 | null | bfidatadigipres/BFI_scripts | # Repository Context
Name: bfidatadigipres/BFI_scripts
Description:
# Pull Request
## Automated PR for branch: JMW-2025-06
This PR was automatically created from branch: JMW-2025-06
# Relevant Files Found
## born_digital_workflows/archivematica_sip_utils.py
```
#!/usr/bin/env python3
"""
Script for testing Archi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.