pr_id
int64
repo_id
null
repo_name
string
text
string
84
null
Red-Hat-AI-Innovation-Team/its_hub
# Repository Context Name: Red-Hat-AI-Innovation-Team/its_hub Description: # Pull Request ## Fix calculation of resampling weights when using reference trajectory ## Summary - Fixes #54 where reference particles had unfair advantage during resampling - Implements partial log weight tracking for statistically valid ...
260
null
splunk/eventgen
# Repository Context Name: splunk/eventgen Description: # Pull Request ## only load extendIndexes once This PR is to fix issue https://github.com/splunk/eventgen/issues/259 # Relevant Files Found ## splunk_eventgen/lib/eventgensamples.py ``` # TODO Move config settings to plugins from __future__ import divisio...
27
null
veeresht/CommPy
# Repository Context Name: veeresht/CommPy Description: # Pull Request ## Update conv_encode List of changes: 1) **code_type** is deprecated and moved to the **__init__** 2) **termination** parameter is added 3) new routines for **'cont'** (Continuous) encoding is added 4) if **puncture_matrix=None** the punctu...
394
null
moremoban/moban
# Repository Context Name: moremoban/moban Description: # Pull Request ## Fix double stdout fixes #393 Before raising the PR, here is a check list: - [ ] have you written unit tests for your code changes? - [X] have you updated the change log? - [X] can someone else understand your changes without your explana...
121
null
fransking/flink-statefun-tasks
# Repository Context Name: fransking/flink-statefun-tasks Description: # Pull Request ## Ensuring task retry and state and original caller works with stateful… … tasks # Relevant Files Found ## statefun_tasks/messages_pb2.py ``` # -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! #...
9
null
VBTI-development/onedl-mmengine
# Repository Context Name: VBTI-development/onedl-mmengine Description: # Pull Request ## add publish workflow, update links Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items...
3,258
null
KATO-Hiro/AtCoder
# Repository Context Name: KATO-Hiro/AtCoder Description: # Pull Request ## Refactoring close #1520 # Relevant Files Found ## AtCoder_Virtual_Contest/mayocorn20230425/e/main.py ``` # -*- coding: utf-8 -*- class BIT: """Binary Indexed Tree (Fenwick Tree) Args: size: List size (greater than 0)....
46
null
tonymorony/komodo-cctools-python
# Repository Context Name: tonymorony/komodo-cctools-python Description: # Pull Request ## Pegs tui # Relevant Files Found ## gateways_usage_tui.py ``` #!/usr/bin/env python3 from lib import rpclib, tuilib import os, time header = "\ _____ _ _____ _____ \n\ | __ \ | ...
1,407
null
totvs/tir
# Repository Context Name: totvs/tir Description: # Pull Request ## Release/v1.20.18 # Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) ## Type of change...
59
null
asweigart/pyperclip
# Repository Context Name: asweigart/pyperclip Description: # Pull Request ## Disable broken cygwin implementation This PR disables the broken Cygwin implementation so that we don't get an exception when installing pyperclip at the very least. As discussed in https://github.com/asweigart/pyperclip/issues/55, the p...
30,973
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## [Docs] Fix TensorFlow Quick Start code Signed-off-by: Antoni Baum <antoni.baum@protonmail.com> <!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull reques...
11,322
null
red-hat-storage/ocs-ci
# Repository Context Name: red-hat-storage/ocs-ci Description: # Pull Request ## Simplify `bucket_utils.py::upload_obj_versions` Remove the option of getting the uploaded versions' etags via the `upload_obj_versions`. One can just use `get_obj_versions` after uploading the versions. # Relevant Files Found ## ocs_...
943
null
morganstanley/testplan
# Repository Context Name: morganstanley/testplan Description: # Pull Request ## Make result.fail paramaters consistent with result.log Make result.fail paramaters consistent with result.log # Relevant Files Found ## testplan/testing/multitest/result.py ``` """ Defines the Result object and its sub-namepsaces. ...
74
null
meta-pytorch/torchforge
# Repository Context Name: meta-pytorch/torchforge Description: # Pull Request ## fix Error in episode x: 'tuple' object has no attribute '_values' in apps/toy_rl Summary: calling items() on ValueMesh yields a flattened iterable of Tuple[Point, Trajectory] now, probably due to monarch api change. Test Plan: pytho...
6
null
dmachard/python-unbound-console
# Repository Context Name: dmachard/python-unbound-console Description: # Pull Request ## Refactoring Realised that after adding async there was a lot of repeated code, so I have tidied it up making a `RemoveControlBase` which both RemoteControl's inherit from. It also converts the yaml into a dataclass ready for #...
4,583
null
mlflow/mlflow
# Repository Context Name: mlflow/mlflow Description: # Pull Request ## Remove print statements in pip_requirements example Signed-off-by: harupy <hkawamura0130@gmail.com> ## What changes are proposed in this pull request? - A follow-up for #4564. - Remove print statements in pip_requirements example because...
9
null
moshi4/pyCirclize
# Repository Context Name: moshi4/pyCirclize Description: # Pull Request ## Bump to v0.1.3 - Change v0.1.2 to v0.1.3 - Add **side** arg param to `track.yticks()` method - Update **plot_api_example.ipynb** for `track.yticks()` change # Relevant Files Found ## src/pycirclize/__init__.py ``` from pycirclize.circo...
378
null
EducationalTestingService/rsmtool
# Repository Context Name: EducationalTestingService/rsmtool Description: # Pull Request ## Make tests run with package and add missing test file [This line](https://github.com/EducationalTestingService/rsmtool/blob/master/rsmtool/test_utils.py#L34) that computes `rsmtool_test_dir` basically assumes that the tests ...
8
null
rez0n/actions-github-release
# Repository Context Name: rez0n/actions-github-release Description: # Pull Request ## Fix assets out of bound error still occurring The error is still occurring for me, the previous fix I think assumed that the `assets` property will be falsey if empty. Unfortunately that is not the case. I attempted using `len...
41
null
django-salesforce/django-salesforce
# Repository Context Name: django-salesforce/django-salesforce Description: # Pull Request ## Fixed handle_api_exceptions + many additions Fixed: Some errors after session ID expire could were silenty shaded by re-authenticate request. Added test for it. Added test for big queries which currently requires approxim...
163
null
The-Strategy-Unit/nhp_model
# Repository Context Name: The-Strategy-Unit/nhp_model Description: # Pull Request ## adds ability to disable HSA previously, health status adjustment was enabled with no way to disable. this adds the ability to disable HSA by adding an item into the params. This will also need to be added to the inputs selection ...
200
null
ethereum/ddht
# Repository Context Name: ethereum/ddht Description: # Pull Request ## Implement AdvertisementDatabaseAPI This is based on a bunch of other PRs: #191 #190 #199 #196 #186 ## What was wrong? We need to store advertisements in a manner that allows for a few different types of queries. ## How was it fixed...
439
null
openshift-eng/art-tools
# Repository Context Name: openshift-eng/art-tools Description: # Pull Request ## Remove unused import # Relevant Files Found ## elliott/elliottlib/cli/create_cli.py ``` import click import datetime import elliottlib from artcommonlib import logutil from artcommonlib.assembly import AssemblyTypes from artcommon...
10,397
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: Report column headers not being exported (bp #10252) This is an automated backport of pull request #10252 done by Mergify --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in ...
9,124
null
great-expectations/great_expectations
# Repository Context Name: great-expectations/great_expectations Description: # Pull Request ## [BUGFIX] `0.18.x` cherrypick `create_temp_tables` fixes from `develop` - [ ] Description of PR changes above includes a link to [an existing GitHub issue](https://github.com/great-expectations/great_expectations/issu...
2,162
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## [fix] get settings attr # Relevant Files Found ## frappe/integrations/doctype/razorpay_settings/razorpay_settings.py ``` # -*- coding: utf-8 -*- # Copyright (c) 2015, Frappe Technologies and contributors # For license information, please se...
129
null
Thangs3D/thangs-blender-addon
# Repository Context Name: Thangs3D/thangs-blender-addon Description: # Pull Request ## Reject blend back up files. We received one .blend1 file in our db which was ingested through the blender-addon. Blender generates back up files incrementing the file extension by 1 with each save for example, .blend1, .blend2, ...
194
null
dcmri/dcmri
# Repository Context Name: dcmri/dcmri Description: # Pull Request ## numpy.trapezoid->scipy.trapezoid To avoid issues with Numpy v2.0 # Relevant Files Found ## src/dcmri/pk.py ``` import math import numpy as np from scipy.special import lambertw import dcmri.utils as utils # Wrappers def flux(J: np.ndarray,...
2,914
null
faucetsdn/faucet
# Repository Context Name: faucetsdn/faucet Description: # Pull Request ## fixes #2913 # Relevant Files Found ## faucet/conf.py ``` """Base configuration implementation.""" # Copyright (C) 2015 Brad Cowie, Christopher Lorier and Joe Stringer. # Copyright (C) 2015 Research and Education Advanced Network New Zea...
64,954
null
home-assistant/core
# Repository Context Name: home-assistant/core Description: # Pull Request ## Some media source things <!-- You are amazing! Thanks for contributing to our project! Please, DO NOT DELETE ANY TEXT from this template! (unless instructed). --> ## Breaking change <!-- If your PR contains a breaking change f...
17
null
nceglia/genevector
# Repository Context Name: nceglia/genevector Description: # Pull Request ## updating code in data for partial mi score load # Relevant Files Found ## genevector/data.py ``` import numpy as np import torch from torch.utils.data import Dataset import numpy from scipy import sparse import itertools import pickle ...
69
null
rune-labs/runeq-python
# Repository Context Name: rune-labs/runeq-python Description: # Pull Request ## [SW-7209] Update Sleep Metrics documentation # Relevant Files Found ## setup.py ``` from setuptools import find_packages, setup package_name = "runeq" with open("README.md") as r: long_description = r.read() with open("requi...
117
null
kentik/community_sdk_python
# Repository Context Name: kentik/community_sdk_python Description: # Pull Request ## Distribution package building Update distribution package build method # Relevant Files Found ## kentik_api_library/setup.py ``` from distutils.cmd import Command from distutils import log import os import pathlib import subpro...
371
null
jointakahe/takahe
# Repository Context Name: jointakahe/takahe Description: # Pull Request ## Modify emoji loader for cache-optimized return value Result: On homepage load drops queries from ~72 to ~14 (and DB time from ~90ms to ~50ms). Fixes issue where caching decorator takes no action when an exception is returned. As such the...
72
null
softScheck/tplink-smartplug
# Repository Context Name: softScheck/tplink-smartplug Description: # Pull Request ## Add timeout argument If you're polling a smartplug and it's not connected to your WiFi you're waiting for a timeout which is not set by default ( https://docs.python.org/3/library/socket.html#socket.getdefaulttimeout ). This chang...
224
null
websocket-client/websocket-client
# Repository Context Name: websocket-client/websocket-client Description: # Pull Request ## Check that exception message is actually a string before trying for substring check One possibility would also to check for stringness already in the extract_err_message, but I didn't do that here. # Relevant Files Found ...
175
null
Drakonis96/plexytrack
# Repository Context Name: Drakonis96/plexytrack Description: # Pull Request ## Revert "Improve Plex connection fallback" Reverts Drakonis96/plexytrack#168 # Relevant Files Found ## app.py ``` #!/usr/bin/env python3 """ PlexyTrackt – Synchronizes Plex watched history with Trakt. • Compatible with PlexAPI ≥ 4.15...
19
null
ska-sa/tango-simlib
# Repository Context Name: ska-sa/tango-simlib Description: # Pull Request ## Fix ImportError Changing the import statement in `main.py` module to reflect the true class name of the test interface. # Relevant Files Found ## tango_simlib/main.py ``` #!/usr/bin/env python ##########################################...
76
null
nerdai/llm-agents-from-scratch
# Repository Context Name: nerdai/llm-agents-from-scratch Description: # Pull Request ## [Fix] Move check for previous_step_result at top of method # Relevant Files Found ## src/llm_agents_from_scratch/agent/llm_agent.py ``` """Agent Module.""" import asyncio from typing import Any from typing_extensions impo...
1,022
null
mukulhase/WebWhatsapp-Wrapper
# Repository Context Name: mukulhase/WebWhatsapp-Wrapper Description: # Pull Request ## user defined executable_path for chrome driver Hi, There were no handler for user defined executable_path path in Chrome condition. So I have added few lines to handle user defined executable_path for chrome. Thanks... # ...
16
null
implydata/druid-datagenerator
# Repository Context Name: implydata/druid-datagenerator Description: # Pull Request ## Import modules only when needed I'm using the datagenerator to generate a stream of data for a Kafka topic. However, I'm forced to install `confluent_kafka` even though I don't use Confluent in my application. This PR moves the ...
33,207
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## [2015.8] Merge forward from 2015.5 to 2015.8 Conflicts: - salt/modules/file.py # Relevant Files Found ## salt/modules/aptpkg.py ``` # -*- coding: utf-8 -*- ''' Support for APT (Advanced Packaging Tool) .. important:: If you feel that ...
68
null
hyperledger/fabric-sdk-py
# Repository Context Name: hyperledger/fabric-sdk-py Description: # Pull Request ## Updated gateway Signed-off-by: hritikgupta <hritikgupta9@gmail.com> - Returns an existing network with the same name as passed network name - A method to clear the gateway connection # Relevant Files Found ## hfc/fabric_networ...
75
null
weaviate/weaviate-agents-python-client
# Repository Context Name: weaviate/weaviate-agents-python-client Description: # Pull Request ## Update response model with sort_property Updates the searches response model with `sort_property`, to support sorting queries by a property (or multiple properties). # Relevant Files Found ## test/query_agent/test_que...
24
null
FishPi/FishPi-POCV---Command---Control
# Repository Context Name: FishPi/FishPi-POCV---Command---Control Description: # Pull Request ## Throttle syntax error fix # Relevant Files Found ## fishpi/sensor/test_GPS_serial.py ``` #!/usr/bin/python # # FishPi - An autonomous drop in the ocean # # Simple test of GPS sensor # import raspberrypi from time...
181
null
Pipelex/pipelex
# Repository Context Name: Pipelex/pipelex Description: # Pull Request ## dev to release/v0.6.3 ### 🔗 Related Issues ### 📝 Description ### 🔄 Type of Change - [ ] 🐛 Bug fix - [ ] ✨ New feature - [ ] 💥 Breaking change - [ ] 📚 Documentation update - [ ] 🧹 Code refactor - [ ] ⚡ Performance improvemen...
147
null
aparo/pyes
# Repository Context Name: aparo/pyes Description: # Pull Request ## Improve thread-safety for bulk operations and add raise_on_bulk_item_failure which causes bulk operations to raise an exception on failure Because this is a bigger change, I'm sending it as a pull request for review instead of merging it in myself...
40
null
open-contracting/kingfisher-collect
# Repository Context Name: open-contracting/kingfisher-collect Description: # Pull Request ## Modify Canada Buy And Sell Spider Change the spider to put all the urls to download in the parse method instead of the start_requests method because with this way the url is requested twice, one for the spider and then a...
8,891
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## [backport] Fix `fft.fht` following bug fix in SciPy 1.15 Backport of #8883 by @asi1024 # Relevant Files Found ## tests/cupyx_tests/scipy_tests/fft_tests/test_fftlog.py ``` import numpy as np import cupy import cupyx.scipy.fft as cp_fft from cup...
151
null
qiniu/python-sdk
# Repository Context Name: qiniu/python-sdk Description: # Pull Request ## add callback feature # Relevant Files Found ## qiniu/auth.py ``` # -*- coding: utf-8 -*- import hmac import time from hashlib import sha1 from requests.auth import AuthBase from .compat import urlparse, json, b from .utils import urls...
470
null
PyCQA/bandit
# Repository Context Name: PyCQA/bandit Description: # Pull Request ## Remove pycryptodome blacklist Credits to @ghugo for the actual fix. Opening a new PR since they haven't updated #417 fixing the build. # Relevant Files Found ## bandit/blacklists/imports.py ``` # -*- coding:utf-8 -*- # # Copyright 2016 Hewlet...
152
null
cloudfoundry-community/cf-python-client
# Repository Context Name: cloudfoundry-community/cf-python-client Description: # Pull Request ## Fixes pagination issue When using links, some links may be plural yet be a single object. This change attempts to return the appropriate object * a generator when 'resources' is in the body * a json object otherwis...
7,188
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## Initial support for wasmtime-cpp Specify library name and version: **wasmtime-cpp/0.29** This is also a good place to share with all of us **why you are submitting this PR** (specially if it is a new addition to ConanCenter): ...
2,039
null
open-mmlab/mmpose
# Repository Context Name: open-mmlab/mmpose Description: # Pull Request ## [Fix] Avoid scope switching when using mmdet inference interface <!-- Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not ...
8,222
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## litehtml: Add cpp_info.names Specify library name and version: **litehtml** Reason: https://github.com/conan-io/conan/pull/10077#issuecomment-980051717 --- - [x] I've read the [guidelines](https://github.com/conan-io/con...
379
null
stratis-storage/stratis-cli
# Repository Context Name: stratis-storage/stratis-cli Description: # Pull Request ## Add stratisd blackbox tests Resolves: https://github.com/stratis-storage/project/issues/80 Supercedes: #370 # Relevant Files Found ## tests/blackbox/stratisd_cert.py ``` # Copyright 2019 Red Hat, Inc. # # Licensed under the A...
70
null
cloudforet-io/plugin-azure-cost-mgmt-cost-datasource
# Repository Context Name: cloudforet-io/plugin-azure-cost-mgmt-cost-datasource Description: # Pull Request ## feat: add delete df variable after processing ### Category - [ ] New feature - [ ] Bug fix - [x] Improvement - [ ] Refactor - [ ] etc ### Description - feat: add delete df variable after processin...
205
null
UU-ER/AdOpT-NET0
# Repository Context Name: UU-ER/AdOpT-NET0 Description: # Pull Request ## new main template file # Relevant Files Found ## main.py ``` # from src.model_configuration import ModelConfiguration from pathlib import Path import src.data_preprocessing as dp from src.energyhub import EnergyHub import numpy as np f...
21,441
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Revert "Temporarily set MAX_TRIAL_SMS to 0" Reverts dimagi/commcare-hq#21317 @millerdev # Relevant Files Found ## corehq/apps/sms/tasks.py ``` from __future__ import absolute_import from __future__ import division from __future__ i...
979
null
basetenlabs/truss
# Repository Context Name: basetenlabs/truss Description: # Pull Request ## Use lazy data resolver in triton engine builder flow Ideally, fetch should be removed from model_wrapper, but I have decided to limit the changes for now and left a todo for it. # Relevant Files Found ## truss/templates/trtllm/model/model...
273
null
Kav-K/GPTDiscord
# Repository Context Name: Kav-K/GPTDiscord Description: # Pull Request ## Update gpt3discord.py # Relevant Files Found ## gpt3discord.py ``` import os import asyncio import signal import sys import threading import traceback from pathlib import Path from platform import system import discord import ...
1,947
null
huggingface/text-generation-inference
# Repository Context Name: huggingface/text-generation-inference Description: # Pull Request ## Fixing codellama loads by using purely `AutoTokenizer`. - The need for the slow tokenizer default stems from back when llama 1 was introduced and all the flags where not supported in `tokenizers`. - Fixes #1891 # ...
145
null
benedikt-schesch/AST-Merging-Evaluation
# Repository Context Name: benedikt-schesch/AST-Merging-Evaluation Description: # Pull Request ## Include trivial merges # Relevant Files Found ## src/python/latex_output.py ``` #!/usr/bin/env python3 """Output LaTeX tables and plots. usage: python3 latex_output.py --input_csv <path_to_input> ...
3,631
null
embeddings-benchmark/mteb
# Repository Context Name: embeddings-benchmark/mteb Description: # Pull Request ## dataset: ruMTEB v1.1 Added ruMTEB v1.1, a new up-to-date benchmark for the Russian domain, including HardNegative Retrieval tasks for time optimization. # Relevant Files Found ## mteb/benchmarks/benchmarks/__init__.py ``` from mt...
533
null
mongodb/mongo-python-driver
# Repository Context Name: mongodb/mongo-python-driver Description: # Pull Request ## PYTHON-2466 Make pymongo client, database and collection objects hashable. …able. # Relevant Files Found ## pymongo/collection.py ``` # Copyright 2009-present MongoDB, Inc. # # Licensed under the Apache License, Version 2.0 (th...
24
null
AllskyTeam/allsky-modules
# Repository Context Name: AllskyTeam/allsky-modules Description: # Pull Request ## Updates # Relevant Files Found ## allsky_discordsend/allsky_discordsend.py ``` ''' allsky_discordsend.py Part of allsky postprocess.py modules. https://github.com/thomasjacquin/allsky ''' import allsky_shared as s import cv2 i...
3,133
null
aws-cloudformation/cfn-lint
# Repository Context Name: aws-cloudformation/cfn-lint Description: # Pull Request ## Patch dynamodb tables to check schemas *Issue #, if available:* #3132 *Description of changes:* - Patch dynamodb tables to check schemas - Update schemas from 2024/04/04 By submitting this pull request, I confirm that yo...
33,419
null
ray-project/ray
# Repository Context Name: ray-project/ray Description: # Pull Request ## Add nightly test for alpa opt 30b inference. ## Why are these changes needed? Add a nightly test for alpa inference. ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`)...
73
null
okfn-brasil/querido-diario-api
# Repository Context Name: okfn-brasil/querido-diario-api Description: # Pull Request ## Implementa rotas para acesso ao dados de arquivos com diários agregados Implementação da rota para consulta de meta dados dos arquivos agregados. A rota devolve todas as informações relevantes mantidas na tabela 'aggregates', q...
20
null
franneck94/TensorCross
# Repository Context Name: franneck94/TensorCross Description: # Pull Request ## Dev # Relevant Files Found ## setup.py ``` from setuptools import setup def get_license() -> str: with open("LICENSE") as f: return f.read() CLASSIFIERS = """\ License :: OSI Approved Programming Language :: Python ...
1,533
null
reflex-dev/reflex
# Repository Context Name: reflex-dev/reflex Description: # Pull Request ## NoSSRComponent recognizes is_default To import components that are named exports, not the default export, we need to dereferenec the module object in the dynamic call. https://nextjs.org/docs/pages/building-your-application/optimizing/la...
835
null
strands-agents/sdk-python
# Repository Context Name: strands-agents/sdk-python Description: # Pull Request ## feat: add region-aware default model ID for Bedrock ## Description - Format default model ID to use the inference for the region the user is using. If the region does not support inference endpoint then we show a helpful warning ...
243
null
opencivicdata/scrapers-ca
# Repository Context Name: opencivicdata/scrapers-ca Description: # Pull Request ## ET-3694 : fix ontario scraper. Skip vacant seat to get scapers scraping again. # Relevant Files Found ## ca_bc_surrey/__init__.py ``` from utils import CanadianJurisdiction class Surrey(CanadianJurisdiction): classification ...
3
null
jrester/tesla_powerwall
# Repository Context Name: jrester/tesla_powerwall Description: # Pull Request ## Add a timeout and http session option Provide the ability to pass in a Session() Add the ability to adjust timeouts so it doesn't hang. # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages with ope...
3
null
MystenLabs/research
# Repository Context Name: MystenLabs/research Description: # Pull Request ## mskr combinatorics add plot in python script # Relevant Files Found ## cryptography/bls_aggregation_combinatorics/main.py ``` import csv import math # Initialize the cache with factorials for n = 0 and n = 1 factorials = [1, 1] thres...
3
null
averwhy/EconomyX
# Repository Context Name: averwhy/EconomyX Description: # Pull Request ## Updated Help I updated help to show command signatures e.g. ``` ^bal [user] ``` # Relevant Files Found ## src/cogs/misc.py ``` from typing import Mapping import typing import discord import platform import time import random import asy...
386
null
m3dev/gokart
# Repository Context Name: m3dev/gokart Description: # Pull Request ## feat: update plugin overcomes conflicting parameter types ## What update plugin overcomes conflicting parameter types - following annotation is not correct when luigi type checking works after following is merged - https://github.com/spot...
65
null
Shaurya-Sethi/circuitron
# Repository Context Name: Shaurya-Sethi/circuitron Description: # Pull Request ## Handle KeyboardInterrupt gracefully ## Summary - catch `KeyboardInterrupt` in the CLI to notify user and ensure cleanup - test that the CLI prints a friendly message on `Ctrl+C` ## Testing - `pytest -q` ------ https://chatgpt.com/c...
88
null
sqlalchemy-continuum/sqlalchemy-continuum
# Repository Context Name: sqlalchemy-continuum/sqlalchemy-continuum Description: # Pull Request ## Self referential Hello, Had some issues with self-referential relationships, in particular the many-to-one and many-to-many queries. I added tests for both. The fixes are in 1. the `VersionExpressionReflector` (...
114
null
nrccua/aioradio
# Repository Context Name: nrccua/aioradio Description: # Pull Request ## Add sqs.sync_add_regions v0.20.1 (2023-11-16) * Add sqs.sync_add_regions for setting region besides us-east-1 during instantiation of LongRunningJobs. # Relevant Files Found ## aioradio/aws/sqs.py ``` """Generic async AWS functions for ...
38
null
collove/pasteme
# Repository Context Name: collove/pasteme Description: # Pull Request ## database conflict issue fixed # Relevant Files Found ## pasteme/settings.py ``` """ Django settings for pasteme project. Generated by 'django-admin startproject' using Django 4.0.6. For more information on this file, see https://docs.dj...
176
null
erdc/proteus
# Repository Context Name: erdc/proteus Description: # Pull Request ## added periodic bc's to Rusanov flux @mfarthin I just added the ability to do periodic conditions if present. # Relevant Files Found ## proteus/NumericalFlux.py ``` """ A class hierarchy for numerical flux (numerical trace) computations "...
59
null
hotgluexyz/gluestick
# Repository Context Name: hotgluexyz/gluestick Description: # Pull Request ## HGI-7653 | Safely check for parquet sync output in `get_pk` # Relevant Files Found ## gluestick/reader.py ``` import os import json import pandas as pd from pandas.io.parsers import TextFileReader import pyarrow as pa import pyarrow....
33,689
null
dimagi/commcare-hq
# Repository Context Name: dimagi/commcare-hq Description: # Pull Request ## Allow endpoints access to hidden forms ## Product Description <!-- For non-invisible changes, describe user-facing effects. --> Jira: [USH-3744](https://dimagi-dev.atlassian.net/browse/USH-3744?atlOrigin=eyJpIjoiOGJiMDIyNGY3MGQ4NDczOWE...
4,317
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Manually print highstate 'changes' dicts to preserve newlines in strings Fixes #3197 # Relevant Files Found ## salt/output/highstate.py ``` ''' The return data from the Highstate command is a standard data structure which is parsed by the ...
993
null
NVIDIA-Merlin/NVTabular
# Repository Context Name: NVIDIA-Merlin/NVTabular Description: # Pull Request ## Fix Normalize.transform result when stdev is zero The `Normalize.transform` method is currently failing to return columns with a standard-deviation statistic equal to zero. This is obviously a problem when a follow-on operator depend...
1,576
null
astropy/astropy
# Repository Context Name: astropy/astropy Description: # Pull Request ## CompositeUnit has no 'get_format_name' method Printing CompositeUnits doesn't seem to work, at least for me: ``` python >>> from astropy.units import (Unit, CompositeUnit) >>> unit1 = Unit('nrad/s') >>> unit2 = Unit('Hz(1/2)') >>> print(Comp...
594
null
pipeshub-ai/pipeshub-ai
# Repository Context Name: pipeshub-ai/pipeshub-ai Description: # Pull Request ## Onedrive connector # Relevant Files Found ## backend/python/app/connectors/core/base/data_processor/data_source_entities_processor.py ``` import uuid from dataclasses import dataclass from typing import List, Optional, Tuple from...
75
null
up42/up42-py
# Repository Context Name: up42/up42-py Description: # Pull Request ## Consolidate image plotting Consolidates & aligns plotting of quicklooks and results in one util function & small improvements. # Relevant Files Found ## up42/job.py ``` import logging from pathlib import Path from time import sleep from typin...
1,509
null
facebook/prophet
# Repository Context Name: facebook/prophet Description: # Pull Request ## Suppress warning from tqdm - [x] closes #1498 @bletham no idea what that warning means but i found this reported elsewhere (https://github.com/jmcarpenter2/swifter/issues/66) and suppressed by importing `tqdm` from `tqdm.auto` instead...
11,321
null
tinygrad/tinygrad
# Repository Context Name: tinygrad/tinygrad Description: # Pull Request ## merge TestRollEdgeCases into test_ops # Relevant Files Found ## test/test_edgecases.py ``` # end to end tests of tinygrad that you think might be edge cases. # using the documentation, write code you think should work. # you can compare...
8,210
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## certify: Reverted cpp_info.names Specify library name and version: **certify** Reason: https://github.com/conan-io/conan/pull/10077#issuecomment-980051717 --- - [x] I've read the [guidelines](https://github.com/conan-i...
43
null
sapcc/networking-nsx-t
# Repository Context Name: sapcc/networking-nsx-t Description: # Pull Request ## Configure default revision_number for IPSet Issue Unable to populate rules referencing to a remote security group (IPSet) that does not have reviion number Resolution Set default revision_number to all IPSets during creation S...
25
null
ecmwf/earthkit-maps
# Repository Context Name: ecmwf/earthkit-maps Description: # Pull Request ## Release for training dry run # Relevant Files Found ## earthkit/maps/__init__.py ``` # Copyright 2023, European Centre for Medium Range Weather Forecasts. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may n...
163
null
ibmcb/cbtool
# Repository Context Name: ibmcb/cbtool Description: # Pull Request ## monextract performance This commit significantly improves "monextract" performance by reducing memory usage and adding more calls to the database and by removing the sort when not necessary. I also included a little utility function here wh...
55
null
wkentaro/fcn
# Repository Context Name: wkentaro/fcn Description: # Pull Request ## Fix #54: Define img_to_datum dataset class method Close #54 # Relevant Files Found ## fcn/pascal.py ``` from __future__ import absolute_import from __future__ import division from __future__ import print_function import cPickle as pickle im...
8,304
null
dmwm/WMCore
# Repository Context Name: dmwm/WMCore Description: # Pull Request ## initial patch for worker node data update fixes #8279 Still need to do 1. update correct value 2. agree on default value 3. agree on property name and format # Relevant Files Found ## src/python/WMCore/FwkJobReport/Report.py ``` #!/usr/bi...
325
null
openreview/openreview-py
# Repository Context Name: openreview/openreview-py Description: # Pull Request ## Feature/improve docs Improve docs in openreview.py (Client, Group, Tag, Invitation, and Profile classes) Improve docs in tools.py # Relevant Files Found ## openreview/openreview.py ``` #!/usr/bin/python from __future__ import abs...
31,382
null
saltstack/salt
# Repository Context Name: saltstack/salt Description: # Pull Request ## Set auth retry count to 0 if multimaster mode is failover Fixes: #30183. This affects the only ZeroMQ transport. This makes minion to don't retry auth on master fail if the multimaster and failover are set in options. # Relevant Files Found...
4
null
philzook58/knuckledragger
# Repository Context Name: philzook58/knuckledragger Description: # Pull Request ## Attempts at using claude code I had it update CLAUDE.md after I changed it some. Told it to go off to the races on examples/intlist.py . Pretty impressed so far. # Relevant Files Found ## src/kdrag/kernel.py ``` """ The kernel...