pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
6,247 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Model Monitoring] Add some logs for deleting model monitoring resources
Adding some logs to understand the flow when project deletion fails on model monitoring
https://iguazio.atlassian.net/browse/ML-7719
# Relevant Files Found
## mlrun/model... |
1,678 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## Use binary file download for sarcos dataset which is matlab
UncompressedFileDownloadMixin download files using fsspec get, which previously worked on binary files,
but in the version used by master, it reports UnicodeDecodeError on non-text... |
299 | null | ibm-watson-iot/functions | # Repository Context
Name: ibm-watson-iot/functions
Description:
# Pull Request
## small fix to bypass creating dimension tables
# Relevant Files Found
## iotfunctions/metadata.py
```
# *****************************************************************************
# © Copyright IBM Corp. 2018. All Rights Reser... |
228 | null | mongodb/snooty-parser | # Repository Context
Name: mongodb/snooty-parser
Description:
# Pull Request
## DOP-1570: Add simple "did you mean" feature
Example output:
```
ERROR(includes/glossary-terms.rst:9ish): Malformed external link
Did you mean: `Atlas Data Lake <https://docs.mongodb.com/datalake/>`__
```
# Relevant Files Foun... |
86,329 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix edge cases for adding/enabling sensors for UniFi Protect
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Des... |
6,638 | null | PennyDreadfulMTG/Penny-Dreadful-Tools | # Repository Context
Name: PennyDreadfulMTG/Penny-Dreadful-Tools
Description:
# Pull Request
## Reinstate Little Girl.
# Relevant Files Found
## discordbot/commands/whois.py
```
import re
from discord.ext import commands
from discordbot.command import MtgContext
from magic import fetcher
@commands.command(a... |
67 | null | CeuAzul/Vivace | # Repository Context
Name: CeuAzul/Vivace
Description:
# Pull Request
## More on configurador
- Use relative path to '/home/username/'
- Add port of Arduino() and Transmissor() on Configurador()
# Relevant Files Found
## code/configurador.py
```
class Configurador(object):
def __init__(self):
# GE... |
381 | null | flagos-ai/FlagPerf | # Repository Context
Name: flagos-ai/FlagPerf
Description:
# Pull Request
## [kunlunxin] add Efficientnet config
性能日志
1x8:root@p-phy-h3c-klx-node-027:/data/dufeilei/zhiyuan/FlagPerf/training/result/run20231227233016/efficientnet:pytorch:R300:1:8:1/round1/192.167.5.27_noderank0
1x1: root@p-phy-h3c-klx-node-038:/da... |
2 | null | Nerogar/mgds | # Repository Context
Name: Nerogar/mgds
Description:
# Pull Request
## Identify files if crashing for non unicode
# Relevant Files Found
## src/mgds/pipelineModules/LoadMultipleTexts.py
```
import os
from mgds.PipelineModule import PipelineModule
from mgds.pipelineModuleTypes.RandomAccessPipelineModule import ... |
225 | null | lwa-project/bifrost | # Repository Context
Name: lwa-project/bifrost
Description:
# Pull Request
## Add simple packet
Adds a simple packet format with a header composed of just a sequence number and the data being 4094 shorts.
# Relevant Files Found
## python/bifrost/packet_capture.py
```
# Copyright (c) 2019-2023, The Bifrost Auth... |
4,799 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Fixing invalid assumption on group name in tests
- fixed invalid assumption in file module tests that all linux platforms have
groups with the same name as users (joe:joe etc.). But for
example ArchLinux has only joe:users.
- file module t... |
211 | null | AllskyTeam/allsky-modules | # Repository Context
Name: AllskyTeam/allsky-modules
Description:
# Pull Request
## 209 module allsky temp
# Relevant Files Found
## allsky_dewheater/allsky_dewheater.py
```
'''
allsky_dewheater.py
Part of allsky postprocess.py modules.
https://github.com/thomasjacquin/allsky
Changelog
v1.0.1 by Damian Grocho... |
118,208 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Remove unneeded time fetch in mqtt discovery
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a fea... |
10 | null | lab-v2/pyreason-gym | # Repository Context
Name: lab-v2/pyreason-gym
Description:
# Pull Request
## Modified observations space
Modified observation space to take into account bullet positions and bullet directions.
This solves #3
# Relevant Files Found
## pyreason_gym/envs/grid_world.py
```
import gym
from gym import spaces
impor... |
379 | null | ModECI/MDF | # Repository Context
Name: ModECI/MDF
Description:
# Pull Request
## Development
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
from setuptools import setup
# Most of this packages settings are defined in setup.cfg
# FIXME: Not sure of the best way to setup extras_require from setup.cfg
extras =... |
90,339 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Use SnapshotAssertion in gree climate tests
## Proposed change
<!--
Describe the big picture of your changes here to communicate to the
maintainers why we should accept this pull request. If it fixes a bug
or resolves a feature ... |
6,954 | null | modin-project/modin | # Repository Context
Name: modin-project/modin
Description:
# Pull Request
## TEST-#6016: make sure `eval_general` doesn't expect exceptions by default
<!--
Thank you for your contribution!
Please review the contributing docs: https://modin.readthedocs.io/en/latest/development/contributing.html
if you have quest... |
1,794 | null | PlasmaControl/DESC | # Repository Context
Name: PlasmaControl/DESC
Description:
# Pull Request
## Coil arclength variance for FourierXY
`FourierXY` can also have varying arclengths. This PR includes `FourierXYCoil` in the list of permitted coil types for the `CoilArclengthVariance` objective.
# Relevant Files Found
## desc/objectives... |
3,935 | null | mitodl/micromasters | # Repository Context
Name: mitodl/micromasters
Description:
# Pull Request
## Fix selenium issues
#### What are the relevant tickets?
fixes https://github.com/mitodl/micromasters/issues/3934
#### What's this PR do?
it fixes selenium issues which are introduce after model changes.
#### How should this be man... |
9,022 | null | Opentrons/opentrons | # Repository Context
Name: Opentrons/opentrons
Description:
# Pull Request
## feat(hardware): add move manager
<!--
Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide:
https://github.com/Opentrons/opentrons/blob/edge/CONT... |
9 | null | ml6team/fondant | # Repository Context
Name: ml6team/fondant
Description:
# Pull Request
## Add bandit to pre-commit
Final check to migrate from the Bitbucket pipelines.
# Relevant Files Found
## express/gcp_storage.py
```
"""
General helper class to handle gcp storage functionalities
"""
import subprocess # nosec
import os
impo... |
2,935 | null | ITISFoundation/osparc-simcore | # Repository Context
Name: ITISFoundation/osparc-simcore
Description:
# Pull Request
## 🐛 #2923 - sharing not possible
<!-- Common title prefixes/annotations:
PREFIX:
WIP: work in progress
🐛 Fix a bug.
✨ Introduce new features.
♻️ Refactor code.
🚑️ Critical hotfix.
⚗️ Perfor... |
23 | null | CreatorCoinTools/RallyRoleBot | # Repository Context
Name: CreatorCoinTools/RallyRoleBot
Description:
# Pull Request
## Global db
Make connection global:
* first check if there's a global connection before creating a new one
* use connection pooling for global connection, set the `POOL_SIZE` and `MAX_OVERFLOW` env vars to specify pool size
* a... |
143,213 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Refresh Home Connect program entities possible options when an appliance gets connected
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## P... |
24,581 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## don't soft assert when text is None
Sometimes text is ```None``` when processing Telerivet messages.
# Relevant Files Found
## corehq/apps/sms/api.py
```
from __future__ import absolute_import
from __future__ import unicode_literals
imp... |
15 | null | KeonHKim/mbtrack2-cuda | # Repository Context
Name: KeonHKim/mbtrack2-cuda
Description:
# Pull Request
## Minor structure change
Minor structure change
# Relevant Files Found
## mbtrack2_cuda/tracking/element.py
```
# -*- coding: utf-8 -*-
"""
This module defines the most basic elements for tracking, including Element,
an abstract base ... |
1,074 | null | rhayes777/PyAutoFit | # Repository Context
Name: rhayes777/PyAutoFit
Description:
# Pull Request
## feature/log process state
Resolves #1073
# Relevant Files Found
## autofit/mapper/prior_model/abstract.py
```
import copy
import inspect
import json
import logging
import random
import types
from collections import defaultdict
from ty... |
124 | null | Exabel/python-sdk | # Repository Context
Name: Exabel/python-sdk
Description:
# Pull Request
## Fix invalid argument in export data script
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/exabel/python-sdk/124)... |
889 | null | Akuli/porcupine | # Repository Context
Name: Akuli/porcupine
Description:
# Pull Request
## make pastebin test less fragile
# Relevant Files Found
## tests/test_pastebin_plugin.py
```
import logging
import re
import socket
import threading
import time
import tkinter
import traceback
from http.client import RemoteDisconnected
im... |
153 | null | h2oai/driverlessai-recipes | # Repository Context
Name: h2oai/driverlessai-recipes
Description:
# Pull Request
## Add any_env for 193, so can do arbitrary virtualenv (3.6 only) when doing data recipe
# Relevant Files Found
# Edits
This PR adds a new `any_env.py` recipe that enables running data recipes in an isolated Python virtual envir... |
481 | null | jointakahe/takahe | # Repository Context
Name: jointakahe/takahe
Description:
# Pull Request
## Enable post search to other supported post types
This enables fetching post types other than just note
# Relevant Files Found
## activities/services/search.py
```
import httpx
from asgiref.sync import async_to_sync
from activities.model... |
5 | null | ShangtongZhang/DeepRL | # Repository Context
Name: ShangtongZhang/DeepRL
Description:
# Pull Request
## add eps to log_density to avoid NaN
I tracked some NaN's I was getting down to here. It happens when std is a small number, then var is even smaller, and log_density becomes inf.
There are some problems where the agent will learn to... |
26 | null | robertkarl/yabc | # Repository Context
Name: robertkarl/yabc
Description:
# Pull Request
## Fix lt/st bug and add test
# Test plan
- check against local server
- CI passes
# Relevant Files Found
## src/yabc/basis.py
```
"""
Calculating the cost basis.
TODO: Add other accounting methods than FIFO, most notably LIFO.
"""
__auth... |
11,570 | null | intel/ipex-llm | # Repository Context
Name: intel/ipex-llm
Description:
# Pull Request
## Add example: MiniCPM-V
Added a new multimodal example: MiniCPM-V
# Relevant Files Found
# Edits
This pull request adds a new multimodal inference example for the MiniCPM-V model, enabling image-to-text generation using Intel XPUs. It intr... |
5,140 | null | angr/angr | # Repository Context
Name: angr/angr
Description:
# Pull Request
## Function: Remove block cache.
Blocks are cached by the LRU cache that the VEX engine maintains. Caching Block objects (and consequently, its internal data structures, such as capstone instructions and operands) in each function leads to excessive R... |
177 | null | olist/correios | # Repository Context
Name: olist/correios
Description:
# Pull Request
## Send the original Fault as the cause of the ClosePostingListException
We are receiving some strange posting list cases:
SIGEP Web accuses an error, but the posting list gets approved on SARA
Posting List is closed by SIGEP web but has reje... |
54 | null | ekkx/yaylib | # Repository Context
Name: ekkx/yaylib
Description:
# Pull Request
## 1.4.1 from Qvco dev
# Relevant Files Found
## yaylib/__init__.py
```
"""
Yay! (nanameue, Inc.) API Client
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
An API wrapper for Yay! (yay.space) written in Python.
:copyright: (c) 2023 qvco
:license: MIT, see ... |
4,123 | null | triton-inference-server/server | # Repository Context
Name: triton-inference-server/server
Description:
# Pull Request
## Enable PyTorch Models to Share Weights
This PR creates tests for an associated PyTorch backend change, which allows a Triton user to enable multiple instances of a model on the same device to share weights. This is turned off b... |
374 | null | atlanhq/atlan-python | # Repository Context
Name: atlanhq/atlan-python
Description:
# Pull Request
## DVX-565: Added `find_run_by_id` method to the `WorkflowClient`
# Relevant Files Found
## pyatlan/client/workflow.py
```
# SPDX-License-Identifier: Apache-2.0
# Copyright 2022 Atlan Pte. Ltd.
from logging import Logger
from time impor... |
321 | null | python-caldav/caldav | # Repository Context
Name: python-caldav/caldav
Description:
# Pull Request
## disabling a part of a test that fails on some environments
# Relevant Files Found
## tests/test_caldav_unit.py
```
#!/usr/bin/env python
# -*- encoding: utf-8 -*-
"""
Rule: None of the tests in this file should initiate any internet
... |
988 | null | airbnb/streamalert | # Repository Context
Name: airbnb/streamalert
Description:
# Pull Request
## fixing trash logging in cloudwatch logs
to: @Ryxias or @chunyong-lin
cc: @airbnb/streamalert-maintainers
## Background
I discovered that tracebacks in the python3 Lambda environment log in a terrible format to CloudWatch Logs. One ... |
363 | null | vitessce/vitessce-python | # Repository Context
Name: vitessce/vitessce-python
Description:
# Pull Request
## Fix binder example
Fixes #358
# Relevant Files Found
## vitessce/widget.py
```
import importlib.util
from urllib.parse import quote_plus
import json
# Widget dependencies
import anywidget
from traitlets import Unicode, Dict, List... |
6 | null | oneil512/INSIGHT | # Repository Context
Name: oneil512/INSIGHT
Description:
# Pull Request
## Add state saving
# Relevant Files Found
## main.py
```
import logging
import os
import xml.etree.ElementTree as ET
from collections import defaultdict, deque
import llama_index
from Bio import Entrez
from colorama import Fore
from langc... |
414 | null | noironetworks/acc-provision | # Repository Context
Name: noironetworks/acc-provision
Description:
# Pull Request
## Bump release to 5.1.1.1
# Relevant Files Found
## provision/setup.py
```
from setuptools import setup, find_packages
import os, sys
file_dir = os.path.dirname(__file__)
sys.path.append(file_dir)
from gitversion.gitversion imp... |
62 | null | googlefonts/gfregression | # Repository Context
Name: googlefonts/gfregression
Description:
# Pull Request
## support more wght styles
# Relevant Files Found
## Lib/gfregression/__init__.py
```
"""Module to assemble families from ttfs and diff families"""
import os
import re
import uuid
from copy import deepcopy
from diffenator.font impo... |
9,557 | null | CenterForOpenScience/osf.io | # Repository Context
Name: CenterForOpenScience/osf.io
Description:
# Pull Request
## [ENG-2440] edit email templates for new language
<!-- Before submit your Pull Request, make sure you picked
the right branch:
- For hotfixes, select "master" as the target branch
- For new features, select "dev... |
27 | null | Azure-Samples/communication-services-python-quickstarts | # Repository Context
Name: Azure-Samples/communication-services-python-quickstarts
Description:
# Pull Request
## Update Rooms Quickstart for Python
## Purpose
<!-- Describe the intention of the changes being proposed. What problem does it solve or functionality does it add? -->
* ...
## Does this introduce a ... |
20,841 | null | scikit-learn/scikit-learn | # Repository Context
Name: scikit-learn/scikit-learn
Description:
# Pull Request
## API Adds feature_names_in_ to kernel_approximation
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTIN... |
61 | null | monarch-initiative/koza | # Repository Context
Name: monarch-initiative/koza
Description:
# Pull Request
## Pass comment_char to reader
Easy fix! It wasn't working for non-default comment characters because they weren't getting passed to the reader yet
# Relevant Files Found
## koza/model/source.py
```
from typing import Any, Dict, Itera... |
6,192 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## Add unload_ip_adapter method
# What does this PR do?
Fixes #6180
## Who can review?
@yiyixuxu
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be inter... |
108 | null | IINemo/lm-polygraph | # Repository Context
Name: IINemo/lm-polygraph
Description:
# Pull Request
## Instantiate rouge scorer only once for lexsim
# Relevant Files Found
## src/lm_polygraph/estimators/lexical_similarity.py
```
import numpy as np
from rouge_score import rouge_scorer
from nltk.translate.bleu_score import sentence_bleu
... |
35 | null | devoteamgcloud/flycs_sdk | # Repository Context
Name: devoteamgcloud/flycs_sdk
Description:
# Pull Request
## new: usr: allow to define schema directly on Transformations and Views
# Relevant Files Found
## flycs_sdk/query_base.py
```
"""This module contains base class for any "query" object (Transformation, views,...)."""
from abc imp... |
34,105 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Don't return bytes if py3 in salt-cloud
### What does this PR do?
We used to return bytes instead of unicode, which would make a dict with mixed bytes and unicode. This was a pain and caused tests to fail.
### What issues does this PR fix or ... |
37 | null | plesk/centos2alma | # Repository Context
Name: plesk/centos2alma
Description:
# Pull Request
## Add minor version of destribution checking
We've found that leapp can convert only Centos 7.9. So we have to force an update of older Centos to this version.
# Relevant Files Found
## actions/common.py
```
from .action import ActiveActio... |
552 | null | Parsl/parsl | # Repository Context
Name: Parsl/parsl
Description:
# Pull Request
## Fix AppTimeout exceptions
Previously the supplied constructor parameter was used in a confused
fashion: in one place referred to as exitcode, in another used to
hold an exception.
This commit removes that parameter.
# Relevant Files Found
... |
100 | null | spcl/daceml | # Repository Context
Name: spcl/daceml
Description:
# Pull Request
## Add ONNX node tests to CI, cleanup more pure ops
With the new decorator feature, we can simplify a whole bunch of ops.
Also added the test cases ONNX ships with to our CI, this is quite
useful for development. For now, we are still skipping quit... |
1,562 | null | ludwig-ai/ludwig | # Repository Context
Name: ludwig-ai/ludwig
Description:
# Pull Request
## [torch] Fixed tests in test_experiment.py
Fixed tests in:
- tests/integration_tests/test_experiment.py
- tests/ludwig/encoders/test_set_encoders.py
- tests/ludwig/encoders/test_date_encoders.py
- tests/ludwig/encoders/test_bag_encoders.p... |
24,394 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## POC: _eadata
With _index_data figured out, it is now feasible to implement the DTA/TDA inheritance->composition changeover independently of all of the rest of #24024. This PR is a proof of concept for what that would look like. The steps ... |
313 | null | hasgeek/coaster | # Repository Context
Name: hasgeek/coaster
Description:
# Pull Request
## Handle isoformat parse failure in aniso8601
# Relevant Files Found
## coaster/utils/datetime.py
```
"""
Date, time and timezone utilities
---------------------------------
"""
from datetime import datetime
from aniso8601 import parse_da... |
242 | null | aiidateam/aiida-sssp-workflow | # Repository Context
Name: aiidateam/aiida-sssp-workflow
Description:
# Pull Request
## revised number of rows in eos precision plot
a small bug
the result of rows = len(precision) // 2 is 2 rather than 3 when len(precision) = 5
# Relevant Files Found
## src/aiida_sssp_workflow/cli/inspect.py
```
#!/usr/bin/env... |
959 | null | facebookresearch/fairseq2 | # Repository Context
Name: facebookresearch/fairseq2
Description:
# Pull Request
## Remove setup_fairseq2 from HF config recipe
This PR fixes the bug in HF config recipe caused by the ongoing refactoring work.
# Relevant Files Found
## src/fairseq2/recipes/llama/write_hf_config.py
```
# Copyright (c) Meta Platf... |
1,715 | null | boto/botocore | # Repository Context
Name: boto/botocore
Description:
# Pull Request
## Find the partition of a region
This commit implements the core functionality for a feature request
against `boto3`.
See https://github.com/boto/boto3/issues/1868.
I implemented the method with a more verbose name. Happy to adjust if need... |
3 | null | adafruit/Adafruit_CircuitPython_OAuth2 | # Repository Context
Name: adafruit/Adafruit_CircuitPython_OAuth2
Description:
# Pull Request
## Fix error when resolving "adafruit-circuitpython-requests"
Resolves https://github.com/adafruit/Adafruit_CircuitPython_OAuth2/issues/2 by using correct library name in setup.py. Requirements.txt contains the correct nam... |
2 | null | tskit-dev/tszip | # Repository Context
Name: tskit-dev/tszip
Description:
# Pull Request
## Rename tszip
# Relevant Files Found
## setup.py
```
from setuptools import setup
with open("README.rst") as f:
long_description = f.read()
setup(
name="tscompress",
description="Compression utilities for tree sequences",
... |
149,557 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add notify platform to PlayStation Network integration
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Descr... |
12,541 | null | DataDog/integrations-core | # Repository Context
Name: DataDog/integrations-core
Description:
# Pull Request
## [mongo] Support for ssl allow invalid hostnames
### What does this PR do?
Disable the validation of the hostnames in TLS certificates.
### Motivation
https://datadoghq.atlassian.net/browse/AI-2502
### Additional Notes
<!-- ... |
1,593 | null | theupdateframework/python-tuf | # Repository Context
Name: theupdateframework/python-tuf
Description:
# Pull Request
## ngclient: Avoid loading targets metadata twice
Fixes #1578
**Description of the changes being introduced by the pull request**:
When traversing the delegations tree looking for targets, avoid re-loading already verified tar... |
1,066 | null | deepset-ai/haystack-core-integrations | # Repository Context
Name: deepset-ai/haystack-core-integrations
Description:
# Pull Request
## chore: MongoDB - remove legacy filter support
- Removes legacy filter support in Mongo (i.e. use of `convert` from from `haystack-ai`)
- See https://github.com/deepset-ai/haystack/pull/8342 for more details
# Relevant ... |
106,738 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Fix Zlinky energy polling in ZHA
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
Describe the big picture of y... |
140 | null | sarumont/py-trello | # Repository Context
Name: sarumont/py-trello
Description:
# Pull Request
## Added remove_attachment shortcut
# Relevant Files Found
## trello/card.py
```
# -*- coding: utf-8 -*-
from __future__ import with_statement, print_function, absolute_import
from dateutil import parser as dateparser
from datetime import... |
16 | null | superwise-ai/elemeta | # Repository Context
Name: superwise-ai/elemeta
Description:
# Pull Request
## chore(tests): remove performance and quality tests
# Relevant Files Found
## test/nlp/performance/__init__.py
```
```
## test/nlp/performance/test_performance.py
```
import os
from datetime import datetime
import pandas
import py... |
123 | null | wenet-e2e/WeTextProcessing | # Repository Context
Name: wenet-e2e/WeTextProcessing
Description:
# Pull Request
## fix(itn): 十七八万=>17~18万,四十五六块=>45-6块

波浪号表示范围,破折号表示省略
fix https://github.com/wenet-e2e/WeTextProcessing/issues/121
... |
10,000 | null | NVIDIA-NeMo/NeMo | # Repository Context
Name: NVIDIA-NeMo/NeMo
Description:
# Pull Request
## Add blend dataset in NeVA
# What does this PR do ?
Add blend dataset in NeVA for both unpacked and packed sequence.
**Collection**: [Note which collection this PR will affect]
# Changelog
- Add specific line by line info of high l... |
3 | null | nicoRomeroCuruchet/SelfBalancingRobot | # Repository Context
Name: nicoRomeroCuruchet/SelfBalancingRobot
Description:
# Pull Request
## code for testing the model
# Relevant Files Found
## src/scripts/baselines/env.py
```
import gymnasium as gym
import time
import math
import rospy
import numpy as np
from std_srvs.srv import Empty
from nav_msgs.msg i... |
34,308 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [air] Deflake test_e2e_train_flow.py
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer to the assignee section ... |
7,558 | null | dmlc/dgl | # Repository Context
Name: dmlc/dgl
Description:
# Pull Request
## [GraphBolt] Refactor and extend `FeatureStore`.
## Description
We don't need to expose `Feature.read_async` and related functions in `FeatureStore`. This functionality will let us access the stored Features in FeatureFetcher and we will be able to ... |
33,257 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [Datasets] Refactor iter_rows() for DatasetIterator classes
<!-- Thank you for your contribution! Please review https://github.com/ray-project/ray/blob/master/CONTRIBUTING.rst before opening a pull request. -->
<!-- Please add a reviewer t... |
150 | null | foundriesio/ci-scripts | # Repository Context
Name: foundriesio/ci-scripts
Description:
# Pull Request
## Pull and preload restorable apps
# Relevant Files Found
## apps/docker_registry_client.py
```
# Copyright (c) 2020 Foundries.io
# SPDX-License-Identifier: Apache-2.0
import os
import base64
import tarfile
import subprocess
import ... |
223 | null | docker/docker-py | # Repository Context
Name: docker/docker-py
Description:
# Pull Request
## Legacy volume binds
Support for legacy volume binds (ansible compatibility)
# Relevant Files Found
## docker/client.py
```
# Copyright 2013 dotCloud inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may ... |
6 | null | harvitronix/five-video-classification-methods | # Repository Context
Name: harvitronix/five-video-classification-methods
Description:
# Pull Request
## Keras 2 upgrade
- Updates function calls to work with the new Keras 2 APIs
- Fixes method call bugs in `data.py`
- Changes LSTM network size to better fit into memory for normal-sized GPUs
- Adds `requirements... |
201 | null | okfn-brasil/serenata-de-amor | # Repository Context
Name: okfn-brasil/serenata-de-amor
Description:
# Pull Request
## Descriptive analysis of local transportation
This is Exploratory Descriptive Analisys of expendure with local
transportation. So I will create three notebook to explore the data of
the follows subquotas: 'Taxi, toll and parking... |
146 | null | mbi/django-simple-captcha | # Repository Context
Name: mbi/django-simple-captcha
Description:
# Pull Request
## Ensure Jinja2 support
Add testing environment to tox and a jinja2 template for captcha widget.
Based on #141 #142
# Relevant Files Found
## captcha/migrations/__init__.py
```
"""
Django migrations for django-simple-captcha ap... |
1,539 | null | librosa/librosa | # Repository Context
Name: librosa/librosa
Description:
# Pull Request
## Refactor AdaptiveWaveplot, disconnection support
#### Reference Issue
Fixes #1532
#### What does this implement/fix? Explain your changes.
This PR refactors the `AdaptiveWaveplot` object a bit to make connection and disconnection fr... |
108 | null | databricks/megablocks | # Repository Context
Name: databricks/megablocks
Description:
# Pull Request
## Fix for `ffn_hidden_size` of 128, and better error message for incompatible ffn sizes.
Previously if `ffn_hidden_size` was 128 and top k was equal to the number of experts, the output of `nnz_per_column = ops.inclusive_cumsum(nnz_per_co... |
1,110 | null | resource-watch/nrt-scripts | # Repository Context
Name: resource-watch/nrt-scripts
Description:
# Pull Request
## update scripts
# Relevant Files Found
## cit_004_city_aq/contents/src/__init__.py
```
import os
import logging
import sys
from collections import OrderedDict
import datetime
import cartosql
import requests
import json
import ti... |
77 | null | astro-informatics/sleplet | # Repository Context
Name: astro-informatics/sleplet
Description:
# Pull Request
## Introduce per file ignore for tests
# Relevant Files Found
## tests/test_bool.py
```
import numpy as np
from sleplet.utils.bool_methods import is_ergodic, is_limited_lat_lon, is_polar_cap
from sleplet.utils.vars import PHI_MAX_... |
196 | null | rigetti/grove | # Repository Context
Name: rigetti/grove
Description:
# Pull Request
## Make example notebooks pyQuil 2.0 compatible
This fixes #194
# Relevant Files Found
## setup.py
```
#!/usr/bin/python
##############################################################################
# Copyright 2016-2017 Rigetti Computing
#
#... |
949 | null | red-hat-storage/cephci | # Repository Context
Name: red-hat-storage/cephci
Description:
# Pull Request
## Fixes 4.3 Tier-1 upgrade failure due to failing RGW sanity test
Signed-off-by: Pragadeeswaran Sathyanarayanan <psathyan@redhat.com>
# Description
At the time of installing `ceph-radosgw` package it has been noticed that the conta... |
3,043 | null | beetbox/beets | # Repository Context
Name: beetbox/beets
Description:
# Pull Request
## Make `%aunique` work with `-f/--format` options.
This should fix #3042. Let's see if Travis gives the thumbs up...
# Relevant Files Found
## beets/library.py
```
# -*- coding: utf-8 -*-
# This file is part of beets.
# Copyright 2016, Adrian ... |
33 | null | a232319779/NextBFootBallAnalysis | # Repository Context
Name: a232319779/NextBFootBallAnalysis
Description:
# Pull Request
## [UPDATE]更新推荐算法
# Relevant Files Found
## NextBFootBallAnalysis/__init__.py
```
# -*- coding: utf-8 -*-
# @Time : 2023/01/03 16:08:40
# @Author : ddvv
# @Site : https://ddvvmmzz.github.io
# @File : __init__.p... |
37 | null | bcgov/gwells | # Repository Context
Name: bcgov/gwells
Description:
# Pull Request
## Search Identify Rectangle Improvements
This work comprises feedback on the 'identify' rectangle's behaviour on the search map. Now the actual rectangle drawn persists.
The map still zooms and centres all the actual wells returned from the sea... |
595 | null | reanahub/reana-server | # Repository Context
Name: reanahub/reana-server
Description:
# Pull Request
## admin: standardize --admin-access-token usage
closes https://github.com/reanahub/reana-server/issues/489
# Relevant Files Found
## reana_server/decorators.py
```
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C)... |
2,362 | null | falconry/falcon | # Repository Context
Name: falconry/falcon
Description:
# Pull Request
## chore: prepare `4.0.0b2`
# Relevant Files Found
## falcon/util/__init__.py
```
"""General utilities.
This package includes multiple modules that implement utility functions
and classes that are useful to both apps and the Falcon framewor... |
128,365 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Add handler to restore a backup file with the backup integration
<!--
You are amazing! Thanks for contributing to our project!
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
-->
## Proposed change
<!--
... |
27 | null | natekspencer/pylitterbot | # Repository Context
Name: natekspencer/pylitterbot
Description:
# Pull Request
## Fix set meal insert size
# Relevant Files Found
## pylitterbot/robot/feederrobot.py
```
"""Feeder-Robot."""
from __future__ import annotations
import asyncio
import logging
from datetime import datetime
from json import loads
fr... |
27 | null | Interlin-q/Interlin-q | # Repository Context
Name: Interlin-q/Interlin-q
Description:
# Pull Request
## Add a method to reduce circuit input
# Relevant Files Found
## examples/phase_kickback.py
```
import sys
sys.path.append("../")
from qunetsim.components import Network
from qunetsim.objects import Logger
from interlinq import Contr... |
368 | null | neuraloperator/neuraloperator | # Repository Context
Name: neuraloperator/neuraloperator
Description:
# Pull Request
## Fix WandB logging in new trainer
One-liner, just checks if WandB is running before logging
# Relevant Files Found
## neuralop/training/trainer.py
```
import torch
from torch.cuda import amp
from timeit import default_timer
im... |
961 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [Fancode] fix live streams
## Please follow the guide below
- You will be asked some questions, please read them **carefully** and answer honestly
- Put an `x` into all the boxes [ ] relevant to your *pull request* (like that [x])
- Use *P... |
465 | null | voxpupuli/puppetboard | # Repository Context
Name: voxpupuli/puppetboard
Description:
# Pull Request
## Adding basic health check endpoint
The endpoint /status can be used to determine if puppetboard is running or not.
Reason for needing an endpoint like this is because if the puppetdb has no
data yet (due to a fresh install for example... |
2,487 | null | vertexproject/synapse | # Repository Context
Name: vertexproject/synapse
Description:
# Pull Request
## Clean up unclosed generators in Storm pipeline (SYN-2697)
# Relevant Files Found
## synapse/common.py
```
import io
import os
import ssl
import sys
import json
import stat
import time
import fcntl
import heapq
import types
import ba... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.