pr_id
int64
repo_id
null
repo_name
string
text
string
88
null
LAAC-LSCP/ChildProject
# Repository Context Name: LAAC-LSCP/ChildProject Description: # Pull Request ## Instructions check Incorporates all comments from previous PR, plus some of the features from #84 # Relevant Files Found ## docs/generate_docs.py ``` from ChildProject.projects import ChildProject from ChildProject.annotations impo...
39
null
MobileTeleSystems/etl-entities
# Repository Context Name: MobileTeleSystems/etl-entities Description: # Pull Request ## return qualified_name to new HWM class <!-- Thank you for your contribution! --> <!-- Unless your change is trivial, please create an issue to discuss the change before creating a PR --> <!-- See https://github.com/MobileTele...
33
null
kimeisele/vibe-agency
# Repository Context Name: kimeisele/vibe-agency Description: # Pull Request ## feat: Lead Architect Final Review - feature_spec v1.0 FINAL VIBE_ALIGNER dogfooding completed successfully - raw specs refined based on technical analysis and lead architect review. Key Changes (Raw → Final): - REPRIORITIZED: arch_007 ...
2
null
Undertone0809/imarkdown
# Repository Context Name: Undertone0809/imarkdown Description: # Pull Request ## feat: optimize code structure and support local saving # Relevant Files Found ## adapter.py ``` import oss2 import yaml_service class Adapter: """ You can implement Adapter to realize third-party graph bed. For more ...
1,265
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## py3 compat filter_length integral test # Relevant Files Found ## mne/filter.py ``` """IIR and FIR filtering functions""" from .externals.six import string_types import warnings import numpy as np from scipy.fftpack import fft, iffts...
63
null
FNNDSC/pman
# Repository Context Name: FNNDSC/pman Description: # Pull Request ## Individual containers to provide log files @danmcp pman can now get container logs from individual pods for job. Not sure, if the process could be simplified. Output would look something like this: ` "l_logs": [\n "rg15003-pspt7...
498
null
ICTU/quality-time
# Repository Context Name: ICTU/quality-time Description: # Pull Request ## Issue 481 manual test case duration Closes #481. # Relevant Files Found ## components/collector/src/source_collectors/jira.py ``` """Jira metric collector.""" from typing import cast, List from urllib.parse import quote import requests...
1,697
null
AcademySoftwareFoundation/rez
# Repository Context Name: AcademySoftwareFoundation/rez Description: # Pull Request ## Fix formatting sonarcloud compliance issue Fixes SonarCloud compliance issue: https://sonarcloud.io/project/issues?resolved=false&types=BUG&id=AcademySoftwareFoundation_rez&open=AY3yULbnWR7giuRoWAlw&tab=code # Relevant Files...
129
null
pytube/pytube
# Repository Context Name: pytube/pytube Description: # Pull Request ## Added an option to show a list of available vidoes in cli. #65 Also made changes to videos.append to make it look more tabular. # Relevant Files Found ## pytube/__main__.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ im...
4,559
null
PennyLaneAI/pennylane
# Repository Context Name: PennyLaneAI/pennylane Description: # Pull Request ## Add transform dispatcher to programs **Description of the Change:** It makes very easy for users to create a custom `TranformProgram`. ``` program = TransformProgram() program.add_tranform(transform) ``` This will be used in t...
36
null
inveniosoftware/invenio-stats
# Repository Context Name: inveniosoftware/invenio-stats Description: # Pull Request ## release: v1.0.0a5 Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch> # Relevant Files Found ## invenio_stats/processors.py ``` # -*- coding: utf-8 -*- # # This file is part of Invenio. # Copyright (C) 2017 CERN. #...
65
null
edualgo/eduAlgo
# Repository Context Name: edualgo/eduAlgo Description: # Pull Request ## added jump_search.py Please review! 🙂 # Relevant Files Found # Edits This pull request adds a new `jump_search.py` file to implement the jump search algorithm, a searching technique that improves efficiency over linear search by jumpin...
301
null
Ultraplot/UltraPlot
# Repository Context Name: Ultraplot/UltraPlot Description: # Pull Request ## Feat vert inset cbars This PR would address #300 UltraPlot guesses the size of the colorbar as a pre-render. I would be better to move this all to dynamic as it can drastically differ if one runs this in say a jupyter notebook or a gt...
1,484
null
kivy/python-for-android
# Repository Context Name: kivy/python-for-android Description: # Pull Request ## Fix broken --ndk-api default value I ran into this by accident while making the other pull requests. `--ndk-api` defaults to `0` in the parser, but code in other places (e.g. `distribution.py`) expects it to be `None` if not set. This...
160
null
MatrixTM/MHDDoS
# Repository Context Name: MatrixTM/MHDDoS Description: # Pull Request ## Add support for proxies for Level 4 Add support for Level 4 Proxy. # Relevant Files Found ## start.py ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- from concurrent.futures import ThreadPoolExecutor, as_completed from contextlib import...
1,914
null
safe-global/safe-eth-py
# Repository Context Name: safe-global/safe-eth-py Description: # Pull Request ## Add addresses 1.3.0 for chain XDC_NETWORK Automatic PR to add new address 1.3.0 to XDC_NETWORK chain Closes #1910 # Relevant Files Found ## safe_eth/safe/addresses.py ``` """ Contains information about Safe contract addresses depl...
103
null
NCAR/PyWrfHydroCalib
# Repository Context Name: NCAR/PyWrfHydroCalib Description: # Pull Request ## Upgrading DB Output Capability # Relevant Files Found ## util/outputCalibData.py ``` # Utility program to dumping calibration/validation parameters/statistics # for a given job experiment ID value to a NetCDF file. # Logan Karsten #...
31
null
t0mer/py-weatheril
# Repository Context Name: t0mer/py-weatheril Description: # Pull Request ## feat: Update models with recent API changes # Relevant Files Found ## setup.py ``` from setuptools import setup, find_packages from pathlib import Path with open("README.md", "r", encoding="UTF-8") as f: readme = f.read() setup...
20,701
null
huggingface/transformers
# Repository Context Name: huggingface/transformers Description: # Pull Request ## [Tests] Improve test_attention_outputs # What does this PR do? I noticed several vision models overwrite `test_attention_outputs`, but we have a `has_attentions` flag exactly for this purpose. Hence, I've adapted the test in `t...
37
null
agschwender/pilbox
# Repository Context Name: agschwender/pilbox Description: # Pull Request ## Added preserve_exif option Here is implementation of functionality described in #36. The build in Travis fails. That's because I'm working on OS X and expected images was generated with OS X system libraries. I found that after fetching r...
12
null
calclavia/DeepJ
# Repository Context Name: calclavia/DeepJ Description: # Pull Request ## Switch back to stateless # Relevant Files Found ## constants.py ``` # Define the musical styles # TODO: Debugging use styles = ['data/classical/bach', 'data/classical/mozart_few'] # styles = ['data/classical/mozart', 'data/classical/beet...
19,126
null
jax-ml/jax
# Repository Context Name: jax-ml/jax Description: # Pull Request ## Used `platform_name` for `call_tf`. Used `platform_name` for `call_tf`. # Relevant Files Found ## jax/experimental/jax2tf/call_tf.py ``` # Copyright 2021 The JAX Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # yo...
59
null
ssorj/quiver
# Repository Context Name: ssorj/quiver Description: # Pull Request ## Add quiver client support for TLS, TLS client-auth and SASL The primary goal of this this change is to allow the performance of servers configured to use TLS to be measured using Quiver. The authentication enhancements allow servers that requ...
297
null
databricks/databricks-sql-python
# Repository Context Name: databricks/databricks-sql-python Description: # Pull Request ## Bump package version to 3.0.1 ## Description I'd like to release the fix to SQLAlchemy that merged today. This PR bumps to a patch version as all these changes are backwards compatible and introduce no new functionality. ...
6,408
null
ytdl-org/youtube-dl
# Repository Context Name: ytdl-org/youtube-dl Description: # Pull Request ## [extractor/common] do not process f4m manifest that contain akamai playerVerificationChallenge this is related to this issue https://github.com/rg3/youtube-dl/issues/4142 it should prevent the 403 problem. do not extract formats from mani...
2,865
null
pybamm-team/PyBaMM
# Repository Context Name: pybamm-team/PyBaMM Description: # Pull Request ## Issue #2670 replace interp2d in processed variable # Description replace interp2d in processed variable Fixes #2670 ## Type of change Please add a line in the relevant section of [CHANGELOG.md](https://github.com/pybamm-team/P...
208
null
ovn-org/ovn-scale-test
# Repository Context Name: ovn-org/ovn-scale-test Description: # Pull Request ## ovn.py: Fix _create_lports when ext_cidr is None. Signed-off-by: Han Zhou <hzhou8@ebay.com> # Relevant Files Found ## rally_ovs/plugins/ovs/scenarios/ovn.py ``` # Copyright 2016 Ebay Inc. # # Licensed under the Apache License, Versi...
39
null
InformaticsMatters/pipelines
# Repository Context Name: InformaticsMatters/pipelines Description: # Pull Request ## Set van der Waals radius scale Hi Tim, As discussed, set the the van der Waals scale parameter to 0.2 (Default is 0.8) to be more selective when comparing shape overlays. # Relevant Files Found ## src/python/pipelines/xchem/...
198
null
IBM/ares
# Repository Context Name: IBM/ares Description: # Pull Request ## Add new session to WXO connector # Relevant Files Found ## plugins/ares-watsonx-orchestrate/src/ares_watsonx_orchestrate/connector/wxo_connector.py ``` """Generic class for Watsonx Orchestrate RESTful Connector""" import json import logging fro...
559
null
laminlabs/lamindb
# Repository Context Name: laminlabs/lamindb Description: # Pull Request ## 📝 Improve the docstring of add and delete # Relevant Files Found ## lamindb/_delete.py ``` import traceback from typing import List, Optional, Union, overload # noqa import sqlmodel as sqm from lndb import settings from lnschema_core...
2,670
null
openvinotoolkit/nncf
# Repository Context Name: openvinotoolkit/nncf Description: # Pull Request ## [Torch] Do not change state of the compression parameter ### Changes `_compression_lr_multiplier` attribute introduced in #2531 is removed from the `CompressionParameter` ### Reason for changes `_compression_lr_multiplier` mak...
84
null
chovanecm/sacredboard
# Repository Context Name: chovanecm/sacredboard Description: # Pull Request ## fixing bug for run_tensorboard # Relevant Files Found ## sacredboard/app/webapi/routes.py ``` # coding=utf-8 """Define HTTP endpoints for the Sacredboard Web API.""" import re from pathlib import Path from flask import Blueprint, F...
1,354
null
packit/packit
# Repository Context Name: packit/packit Description: # Pull Request ## Do not mount repositorycache when not used We track the usage of repository-cache to be able to know if we need to mount the repository-cache volume to the sandcastle pods. Fixes packit/packit-service#1181 --- N/A # Relevant Files F...
99
null
pytoyoda/pytoyoda
# Repository Context Name: pytoyoda/pytoyoda Description: # Pull Request ## Fix car type calculation # Relevant Files Found ## pytoyoda/models/vehicle.py ``` """Vehicle model.""" # ruff: noqa : FA100, UP007 import asyncio import copy import json from dataclasses import dataclass from datetime import date, tim...
1,250
null
nerfstudio-project/nerfstudio
# Repository Context Name: nerfstudio-project/nerfstudio Description: # Pull Request ## setting tensorf default from wandb to viewer Fixes #1194 # Relevant Files Found ## nerfstudio/configs/method_configs.py ``` # Copyright 2022 The Nerfstudio Team. All rights reserved. # # Licensed under the Apache License, Ve...
22,922
null
Azure/azure-cli
# Repository Context Name: Azure/azure-cli Description: # Pull Request ## {Core} Fix a bug in `aaz` when argument has default value. **Related command** <!--- Please provide the related command with az {command} if you can, so that we can quickly route to the related person to review. ---> **Description**<!--Ma...
2
null
bitlabstudio/django-conversation
# Repository Context Name: bitlabstudio/django-conversation Description: # Pull Request ## Enable support for users who swap out Django's auth.User for their own m... ...odel https://docs.djangoproject.com/en/1.7/topics/auth/customizing/#substituting-a-custom-user-model allows developers to replace django's auth....
229
null
niznik-dev/cruijff_kit
# Repository Context Name: niznik-dev/cruijff_kit Description: # Pull Request ## Add Llama-3.1-8B-Instruct support Closes #226 ## Summary - Adds Llama-3.1-8B-Instruct to MODEL_CONFIGS with single-GPU setup - Note: Issue title says "Llama-3.2-8B" but 8B is from the Llama 3.1 family ## New Dependencies None ## T...
2,985
null
pandas-dev/pandas
# Repository Context Name: pandas-dev/pandas Description: # Pull Request ## BUG: Bug in idxmin/idxmax of ``datetime64[ns]`` Series with ``NaT`` (GH2982) fixes GH #2982 - Bug in idxmin/idxmax of `datetime64[ns]` Series with `NaT` - refactor in core/nanops.py to generically handle ops with datetime64[ns]/timedelta6...
1,068
null
DestinE-Climate-DT/AQUA
# Repository Context Name: DestinE-Climate-DT/AQUA Description: # Pull Request ## Create Zarr function to create json references and LRA feature ## PR description: This tries to develop the support for zarr files within AQUA making use of kerchunk to create specific zarr, following what is discussed in #1034. Fi...
2,951
null
gdsfactory/gdsfactory
# Repository Context Name: gdsfactory/gdsfactory Description: # Pull Request ## fix extrude to work with transitions - also increases test coverage # Relevant Files Found ## gdsfactory/path.py ``` """You can define a path with a list of points combined with a cross-section. A path can be extruded using any Cros...
247
null
theislab/sfaira
# Repository Context Name: theislab/sfaira Description: # Pull Request ## Skipped store writing # Relevant Files Found ## sfaira/data/dataloaders/loaders/d10_1038_s41586_020_2157_4/human_x_2020_microwellseq_han_x.py ``` import anndata import numpy as np import os import pandas as pd import scipy.sparse import z...
144
null
MemTensor/MemOS
# Repository Context Name: MemTensor/MemOS Description: # Pull Request ## feat: add try catch for mem scheduler ## Description fix scheduler submit bug and add tray catch and remove some dup chat for chat_with_reference Fix: #(issue) Reviewer: @tangg555 ## Checklist: - [x] I have performed a self-re...
17
null
bali-framework/bali
# Repository Context Name: bali-framework/bali Description: # Pull Request ## add pyi when pip install # Relevant Files Found ## setup.py ``` import bali from setuptools import find_packages, setup INSTALL_REQUIREMENTS = [ 'dateparser==1.0.0', 'fastapi[all]==0.63.0', 'grpcio==1.32.0', 'grpcio-t...
350
null
ansys/pymotorcad
# Repository Context Name: ansys/pymotorcad Description: # Pull Request ## Close Motor-CAD instances on build/test server for adaptive templates # Relevant Files Found ## doc/source/conf.py ``` """Sphinx documentation configuration file.""" from datetime import datetime import os import sys from ansys_sphinx_t...
1,026
null
sphinx-contrib/confluencebuilder
# Repository Context Name: sphinx-contrib/confluencebuilder Description: # Pull Request ## Add the html confluence directive Adds support for a `confluence_html_macro` directive for Confluence instances that have the `html` macro enabled. # Relevant Files Found ## sphinxcontrib/confluencebuilder/__init__.py ``` ...
134
null
openforcefield/smarty
# Repository Context Name: openforcefield/smarty Description: # Pull Request ## Implement partial bond orders Begins implementation of tracking bond orders (and partial bond orders, when desired) as per #53 . This PR will cover handling of partial bond orders for bond parameters only. The influence of partial bond ...
20,786
null
demisto/content
# Repository Context Name: demisto/content Description: # Pull Request ## Keeper integration <!-- 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 [contribution registration form](https://fo...
32
null
BlinkDL/ChatRWKV
# Repository Context Name: BlinkDL/ChatRWKV Description: # Pull Request ## add c++ extension for channel_mixing This one is only a reference implementation for adding C++ extension to a pytorch model. To install, ``` cd cpp python setup.py install ``` To run, ``` ./run_inference_bench.py ``` ### Gen...
93
null
Kludex/mangum
# Repository Context Name: Kludex/mangum Description: # Pull Request ## Base64 encode response body based on Content-Type A minimal attempt at addressing #92: it should be functional, but I have not written any additional tests or updated the README. Would be great if you could take over from here @erm, I don't rea...
4,008
null
huggingface/datasets
# Repository Context Name: huggingface/datasets Description: # Pull Request ## Support streaming daily_dialog dataset # Relevant Files Found ## datasets/daily_dialog/daily_dialog.py ``` # coding=utf-8 # Copyright 2020 The HuggingFace Datasets Authors # # Licensed under the Apache License, Version 2.0 (the "Lice...
574
null
hikari-py/hikari
# Repository Context Name: hikari-py/hikari Description: # Pull Request ## Add missing empty slots to event stream interface ### Summary Add missing empty slots to event stream interface ### Checklist <!-- Make sure to tick all the following boxes by putting an `x` in between (like this `[x]`) --> - [x] I hav...
306
null
mlcommons/inference
# Repository Context Name: mlcommons/inference Description: # Pull Request ## LoadGen: API and source documentation # Relevant Files Found ## loadgen/setup.py ``` # Copyright 2019 The MLPerf Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this ...
4
null
rbeyer/kalasiris
# Repository Context Name: rbeyer/kalasiris Description: # Pull Request ## Fixed app executable check Fixes #3 # Relevant Files Found ## kalasiris/kalasiris.py ``` #!/usr/bin/env python # -*- coding: utf-8 -*- """Provides the ability to call ISIS functions.""" # Copyright 2019, Ross A. Beyer (rbeyer@seti.org) ...
11,706
null
mozilla/addons-server
# Repository Context Name: mozilla/addons-server Description: # Pull Request ## Always translate custom_heading in DiscoveryItem._build_heading() Fixes mozilla/addons#6755 # Relevant Files Found ## src/olympia/discovery/models.py ``` from django.conf import settings from django.db import models from django.http ...
573
null
epam/badgerdoc
# Repository Context Name: epam/badgerdoc Description: # Pull Request ## fix: work of next button#554 Closes #554 # Relevant Files Found ## annotation/annotation/tasks/resources.py ``` import os from collections import Counter from datetime import datetime from typing import Any, Dict, List, Optional, Union fro...
576
null
jointakahe/takahe
# Repository Context Name: jointakahe/takahe Description: # Pull Request ## Fix hashtag search results We mistakenly wrote to the key "hashtag" instead of "hashtags", resulting in no results in the API response. Additionally, the type of the Tag's `history` needs to be a list, not a dict. This fixes hashtag sear...
3,982
null
silx-kit/silx
# Repository Context Name: silx-kit/silx Description: # Pull Request ## silx.gui: Fixed support of OpenGL with python3.12 and pyopengl <=3.1.7 This PR adds a monkey patch of `pyopengl` fix for python 3.12 (https://github.com/mcfletch/pyopengl/pull/100) for versions of pyopengl that do not have it. This allows to s...
219
null
HackAssistant/registration
# Repository Context Name: HackAssistant/registration Description: # Pull Request ## String tweaks I've tweaked a few strings here and there. # Relevant Files Found ## applications/forms.py ``` from django import forms from django.conf import settings from django.template.defaultfilters import filesizeformat fro...
1,121
null
ipython/ipython
# Repository Context Name: ipython/ipython Description: # Pull Request ## Don't transform function calls on IPyAutocall objects Closes #1117. # Relevant Files Found ## IPython/core/prefilter.py ``` # encoding: utf-8 """ Prefiltering components. Prefilters transform user input before it is exec'd by Python. Th...
202
null
HunterMcGushion/hyperparameter_hunter
# Repository Context Name: HunterMcGushion/hyperparameter_hunter Description: # Pull Request ## Extend Travis testing to different Keras/TF versions - Also removed "black" from the `extras_require["travis"]` in `setup.py` - Instead `black` is installed directly in `.travis.yml` only for the appropriate style...
73
null
Juliolloret/MACS
# Repository Context Name: Juliolloret/MACS Description: # Pull Request ## Add docstrings and fix unused arg in memory agent tests ## Summary - add module, class, and function docstrings for memory agent tests - handle unused argument in dummy embedding stub ## Testing - `PYTHONPATH=. pytest tests/test_memory_agen...
37
null
awslabs/nx-neptune
# Repository Context Name: awslabs/nx-neptune Description: # Pull Request ## Update to version v0.4.4 ### Summary :memo: ### Test plan: ### Permissions By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. # Rel...
32,633
null
frappe/frappe
# Repository Context Name: frappe/frappe Description: # Pull Request ## fix: handle imap abort in email server Ref docs https://docs.python.org/3/library/imaplib.html#imaplib.IMAP4.abort Ref ticket https://support.frappe.io/helpdesk/tickets/38900 # Relevant Files Found ## frappe/email/receive.py ``` # Copyright...
1,818
null
ITISFoundation/osparc-simcore
# Repository Context Name: ITISFoundation/osparc-simcore Description: # Pull Request ## Is1744/attach state to project <!-- **WIP-** prefix in title if still work in progress --> ## What do these changes do? All project returns from API request, include an extra non-required ``state`` field with ``ProjectSta...
60
null
brazier-dev/hikari-flare
# Repository Context Name: brazier-dev/hikari-flare Description: # Pull Request ## Add CLI Add CLI from `hikari-miru` to query version and basic package information. Closes #59 # Relevant Files Found ## setup.py ``` import os import re import types from setuptools import find_namespace_packages, setup name...
2,376
null
streamlink/streamlink
# Repository Context Name: streamlink/streamlink Description: # Pull Request ## plugins.bbciplayer: small change to where the VPID is extracted from This change worked for me. They changed the layout of the data on the page, only a slight change but I'd like someone else to verify it. Fixes #2371. # Relevant F...
109
null
refenv/cijoe
# Repository Context Name: refenv/cijoe Description: # Pull Request ## Add a "system imaging" package This prepares for separating QEMU guest control from the creation of .qcow2 boot images. Decoupling these components makes the qemu-wrapper module less dependent on boot and cloud images, allowing it to be refac...
2,024
null
GPflow/GPflow
# Repository Context Name: GPflow/GPflow Description: # Pull Request ## Sc336/fix conflicts This is an attempt to merge the v2.6.4 changes into develop. # Relevant Files Found ## doc/sphinx/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most ...
17
null
kennethreitz/crayons
# Repository Context Name: kennethreitz/crayons Description: # Pull Request ## color funcs generated from __all__ var Instead of defining a function for every color I simply used a for loop for generating them. ```python (...) _colors = {x: x.upper() for x in __all__[:-3]} _colors['normal'] = 'RESET' for k...
1,053
null
tableau/server-client-python
# Repository Context Name: tableau/server-client-python Description: # Pull Request ## Jac/amar kumar yadav 1044 not sure why the black/mypy jobs were failing for PR #1044 so pushing a new one in my name to check if that fixes it 🤷 # Relevant Files Found ## tableauserverclient/models/permissions_item.py ``` ...
1,891
null
subzeroid/instagrapi
# Repository Context Name: subzeroid/instagrapi Description: # Pull Request ## Bump pydantic from 2.7.0 to 2.7.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pydantic/pydantic/releases">pydantic...
9,340
null
cupy/cupy
# Repository Context Name: cupy/cupy Description: # Pull Request ## Support CUDA Array Inferface in ROCm build This PR enables cuda array interface. Great thanks from Philipp Samfass and Dominic Charrier # Relevant Files Found ## cupy/_core/core.pyx ``` # distutils: language = c++ import contextlib import funct...
774
null
pastas/pastas
# Repository Context Name: pastas/pastas Description: # Pull Request ## ACF calculation 'division by zero' bugfix # Short Description Calculating the autocorrelation function of certain timeseries raises the `division by zero` error. The error arises when a timeseries of hourly frequency and equidistant timesteps...
183
null
volcengine/mcp-server
# Repository Context Name: volcengine/mcp-server Description: # Pull Request ## feat(mysql): Temporarily provide vpc related tools # Relevant Files Found ## server/mcp_server_rds_mysql/src/mcp_server_rds_mysql/server.py ``` #!/usr/bin/env python3 import argparse import logging import os from typing import Dict,...
1
null
PP-Namias/ATM-System
# Repository Context Name: PP-Namias/ATM-System Description: # Pull Request ## Automatically creates accounts.txt if not found # Relevant Files Found ## ATM-System.py ``` import time as t import os def clear_console(): os.system('cls' if os.name == 'nt' else 'clear') num_of_tries = 5 accounts = [] account...
293
null
DiamondLightSource/pymalcolm
# Repository Context Name: DiamondLightSource/pymalcolm Description: # Pull Request ## Jira i08-312 This fixes a bug with turnaround trajectories and settle time. Adds a test for it too. It's needed for J08 testing. # Relevant Files Found ## malcolm/modules/pmac/util.py ``` # Treat all division as float di...
2,951
null
mne-tools/mne-python
# Repository Context Name: mne-tools/mne-python Description: # Pull Request ## [MRG][FIX] Fixes to psd_topo and added megsim data download to circle. I don't know when `plot_psd_topo` stopped working, but here is a fix to it. Also, seems that megsim downloading wasn't included in circle, so it's included here. #...
1,304
null
vantage6/vantage6
# Repository Context Name: vantage6/vantage6 Description: # Pull Request ## Release 4.5.1 # Relevant Files Found ## vantage6-algorithm-store/vantage6/algorithm/store/_version.py ``` import os import json here = os.path.abspath(os.path.dirname(__file__)) with open(os.path.join(here, "__build__")) as fp: __...
4,356
null
indico/indico
# Repository Context Name: indico/indico Description: # Pull Request ## Allow accepting after making changes closes #4321 # Relevant Files Found ## indico/modules/events/editing/controllers/backend/timeline.py ``` # This file is part of Indico. # Copyright (C) 2002 - 2020 CERN # # Indico is free software; you c...
510
null
qiskit-community/qiskit-metal
# Repository Context Name: qiskit-community/qiskit-metal Description: # Pull Request ## fixed bug preventing metal from starting if docs build interrupted <!-- ⚠️ If you do not respect this template, your pull request will be closed. ⚠️ Your pull request title should be short detailed and understandable for all. ...
464
null
microsoft/qlib
# Repository Context Name: microsoft/qlib Description: # Pull Request ## Add TCTS baseline. <!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> ## Motivation and Context <!--- Are there any related issues? If so, please put the link...
3,914
null
microsoft/Qcodes
# Repository Context Name: microsoft/Qcodes Description: # Pull Request ## Strip attributes from channels when closing an instrument. Contains the changes from https://github.com/QCoDeS/Qcodes/pull/3912 which should be merged before this. instrument.close stripes the attributes of an instrument but not of the mo...
62
null
luxonis/blobconverter
# Repository Context Name: luxonis/blobconverter Description: # Pull Request ## Input names check This PR considers of: - Validation check of the input filenames - Fixing mistake in `docker_scheduled.sh` # Relevant Files Found ## cli/blobconverter/__init__.py ``` import hashlib import json import os import str...
770
null
astrolabsoftware/fink-science-portal
# Repository Context Name: astrolabsoftware/fink-science-portal Description: # Pull Request ## Apply proper sign to differential flux Fix for the problem of difference flux being displayed as always positive in #767 (alerts only, DR flux is ok) # Relevant Files Found ## apps/plotting.py ``` # Copyright 2020-2023...
681
null
OpenHands/software-agent-sdk
# Repository Context Name: OpenHands/software-agent-sdk Description: # Pull Request ## Add OpenTelemetry with Laminar SDK Status / Todo list: - [x] Basic integration with Laminar - [X] Laminar initialization and observe the core functions - [X] One trace per running conversation - [X] One session fo...
144
null
eccentriccoder01/TalkHeal
# Repository Context Name: eccentriccoder01/TalkHeal Description: # Pull Request ## feat: add pin/unpin messages in chat and pinned messages page ## 🔗 Related Issue <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements. This helps us: - Generate comprehensive change logs for ...
3
null
kornia/limbus
# Repository Context Name: kornia/limbus Description: # Pull Request ## added new examples #### Changes <!-- 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. --> Fixe...
101
null
Saransh-cpp/OCRed
# Repository Context Name: Saransh-cpp/OCRed Description: # Pull Request ## chore: update pre-commit hooks <!--pre-commit.ci start--> updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) <!--pre-commit.ci end--> # Relevant Files Found ## ocred/ocr.py ``` from...
22,756
null
conan-io/conan-center-index
# Repository Context Name: conan-io/conan-center-index Description: # Pull Request ## leveldb: update snappy/1.1.10 Specify library name and version: **leveldb/*** --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've used a...
10
null
12rambau/pygadm
# Repository Context Name: 12rambau/pygadm Description: # Pull Request ## test: cover the duplication configuration # Relevant Files Found ## tests/test_get_items.py ``` """Tests of the ``get_items`` function.""" import math import pytest import pygadm def test_empty(): """Empty request.""" with py...
1,024
null
ansys/pydpf-core
# Repository Context Name: ansys/pydpf-core Description: # Pull Request ## Update Operators for DPF 241 on master An update of operators has been triggered either manually or by an update in the dpf-standalone repository. # Relevant Files Found ## src/ansys/dpf/core/operators/geo/elements_volume.py ``` """ eleme...
1,235
null
locustio/locust
# Repository Context Name: locustio/locust Description: # Pull Request ## Update docs for running locust in Step Load Mode Change in this PR: 1. Update docs for running locust in Step Load Mode 2. Fix step load bug in local run When running locust in standalone way, self.greenlet will point to self.loc...
72
null
thomaspinder/GPJax
# Repository Context Name: thomaspinder/GPJax Description: # Pull Request ## Improve maths <!--- Please provide a general summary of your changes in the title above --> ## Pull request type The goal of this PR is to improve the closeness to the maths. - Minor code changes in the non-conjugate posterior of `g...
6,713
null
modin-project/modin
# Repository Context Name: modin-project/modin Description: # Pull Request ## PERF-#6712: Copy `_shape_hint` in `query_complier.copy` function <!-- Thank you for your contribution! Please review the contributing docs: https://modin.readthedocs.io/en/latest/development/contributing.html if you have questions abou...
16
null
scverse/scverse-tutorials
# Repository Context Name: scverse/scverse-tutorials Description: # Pull Request ## execute notebook - Add launch buttons - update readme - update conf - fix conf - execute notebook # Relevant Files Found ## docs/conf.py ``` # Configuration file for the Sphinx documentation builder. # # This file only contains ...
494
null
sightmachine/SimpleCV
# Repository Context Name: sightmachine/SimpleCV Description: # Pull Request ## Average Luminosity Lightness methods implemented. Methods for Average, Luminosity and Lightness methods implemented. Example: ``` img = Image('lenna') i1 = img.getAverage() ``` ![avg](https://f.cloud.github.com/assets/1548906/441558/...
2,318
null
MontrealAI/AGI-Alpha-Agent-v0
# Repository Context Name: MontrealAI/AGI-Alpha-Agent-v0 Description: # Pull Request ## [alpha_factory] show disclaimer in minimal ui ## Summary - import DISCLAIMER constant in minimal_ui - display disclaimer on startup for console and Streamlit modes ## Testing - `pre-commit run --files alpha_factory_v1/demos/alp...
819
null
ethereum/execution-spec-tests
# Repository Context Name: ethereum/execution-spec-tests Description: # Pull Request ## fix(fw): EOF - Accept `initcode_prefix` on EOF `Container.Init` ## 🗒️ Description Adds `initcode_prefix` parameter to `Container.Init` in order to add executable bytecode that must be appended before `EOFCREATE[0](0, 0)` in th...
183
null
bjoern-buettner/roleplay-ai
# Repository Context Name: bjoern-buettner/roleplay-ai Description: # Pull Request ## extract system prompts for local llm usage # Relevant Files Found ## app/llm_wrapper.py ``` import os import re from typing import Dict, List import aiohttp import asyncio llm_model = os.getenv('LLM_MODEL') beam_gamemaster_ur...