pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
285 | null | OpenMined/SyMPC | # Repository Context
Name: OpenMined/SyMPC
Description:
# Pull Request
## ABY3: Bit Decomposition Orchestrator Implementation
## Description
Implementation of ABY3 bit decomposition using orchestrator as trusted third party. #278 .
It is implemented making an assumption of orchestrator, the actual ABY3 implementa... |
129 | null | sassoftware/pyviyatools | # Repository Context
Name: sassoftware/pyviyatools
Description:
# Pull Request
## Bug/snapshot
fix unicode error on snapshot reports
# Relevant Files Found
## snapshotreports.py
```
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# snapshotreports.py
# April 2019
#
# this tool will export all the reports in your viy... |
6,008 | null | indico/indico | # Repository Context
Name: indico/indico
Description:
# Pull Request
## Allow editors to edit the last revision comment
This PR adds the ability for editors to edit their last judgement's revision comment:


In four locations `# type: ignore` is added to satisfy `mypy`. These can be worked on in a future task - [#55 Analyze type ig... |
9,071 | null | dagster-io/dagster | # Repository Context
Name: dagster-io/dagster
Description:
# Pull Request
## dagster project scaffold 1/n
### Summary & Motivation
The start of `dagster project` CLI stack:
```
$ dagster project --help
Usage: dagster project [OPTIONS] COMMAND [ARGS]...
Commands for scaffolding new Dagster projects.
Op... |
18 | null | dico-api/dico | # Repository Context
Name: dico-api/dico
Description:
# Pull Request
## Fixed max_age parameter of create_channel_invite method not working
## About this PR
<!-- What is this PR about, etc? -->
## Changes
<!-- What are changed, etc? -->
## Checklist
- [ ] I checked this pull request runs on `Python 3.7.X`.... |
1,175 | null | langflow-ai/langflow | # Repository Context
Name: langflow-ai/langflow
Description:
# Pull Request
## Hotfix: Solves Issue 791
🚀 feat(Faiss.py): add FAISSComponent custom component for implementing a Vector Store using FAISS
🔧 chore(config.yaml): comment out FAISS vector store integration documentation link
# Relevant Files Found
... |
118,900 | null | home-assistant/core | # Repository Context
Name: home-assistant/core
Description:
# Pull Request
## Prioritize literal text with name slots in sentence matching
## 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 re... |
4,718 | null | PaddlePaddle/FastDeploy | # Repository Context
Name: PaddlePaddle/FastDeploy
Description:
# Pull Request
## benchmark工具支持受限解码场景指定response_format
<!-- TemplateReference: https://github.com/PaddlePaddle/FastDeploy/blob/develop/.github/pull_request_template.md -->
<!-- Thank you for your contribution! Please follow these guidelines to enhan... |
1,840 | null | bcbio/bcbio-nextgen | # Repository Context
Name: bcbio/bcbio-nextgen
Description:
# Pull Request
## Fix coverage QC metrics for WGS
This PR fixes the issue of WGS runs missing the QC metrics.
The problem is that metrics are only added if `"base"` is in the `out` dict, whereas `"base"` is added only if either `goleft indexcov` or det... |
136 | null | clawpack/clawpack | # Repository Context
Name: clawpack/clawpack
Description:
# Pull Request
## Add forestclaw as subpackage for distutils.
I think this may be needed for https://github.com/clawpack/pyclaw/pull/604.
# Relevant Files Found
## clawpack/setup.py
```
def configuration(parent_package='',top_path=None):
from numpy.d... |
20 | null | digitalbirdo/BT-LinkkeySync | # Repository Context
Name: digitalbirdo/BT-LinkkeySync
Description:
# Pull Request
## replace encode("hex") with hex()
fixes error in python3.5+
# Relevant Files Found
## BT-LinkkeySync.py
```
#!/usr/bin/env python
from plistlib import *
import os
from pprint import *
import subprocess
print("-----------------... |
518 | null | elastic/eland | # Repository Context
Name: elastic/eland
Description:
# Pull Request
## [ML] add ability to upload xlm-roberta tokenized models
This allows XLMRoberta models to be uploaded to Elasticsearch.
blocked by: https://github.com/elastic/elasticsearch/pull/94089
# Relevant Files Found
## eland/ml/pytorch/__init__.py
... |
130 | null | Juniper/py-junos-eznc | # Repository Context
Name: Juniper/py-junos-eznc
Description:
# Pull Request
## added test cases for Device and TemplateLoader Class
Increased code coverage from 70% to 95%
# Relevant Files Found
## tests/unit/test_device.py
```
'''
@author: rsherman
'''
import unittest
from mock import MagicMock, patch
... |
4 | null | ksindi/implements | # Repository Context
Name: ksindi/implements
Description:
# Pull Request
## Test improvements
Commit [1]
1. Test code has been reorderd to have a negative case, followed by a positive case.
2. In some tests, missing positive scenario(s) have been added for readability.
3. Where negative and positive cases exist,... |
1,156 | null | TsubakiBotPad/pad-cogs | # Repository Context
Name: TsubakiBotPad/pad-cogs
Description:
# Pull Request
## Revert "Move other dadguide enums into common"
Reverts TsubakiBotPad/pad-cogs#1152
# Relevant Files Found
## dadguide/common/enums.py
```
from enum import Enum
from typing import Literal
DEFAULT_SERVER = "COMBINED"
SERVERS = ["NA",... |
88 | null | LOLINTERNETZ/vscodeoffline | # Repository Context
Name: LOLINTERNETZ/vscodeoffline
Description:
# Pull Request
## Fix sync
Resolves #81. Thanks to @SpeedyH30 for identifying the issue, @AndreasAhlbeck for identifying the fix, @moritzgrede for a suggested PR.
- Updates the CDN url per #81
- Disables the 'old' fetch for recommended extensio... |
638 | null | IntelPython/dpnp | # Repository Context
Name: IntelPython/dpnp
Description:
# Pull Request
## add backend for full_like, ones_like, zeros_like funcs
# Relevant Files Found
## dpnp/dpnp_algo/dpnp_algo_arraycreation.pyx
```
# cython: language_level=3
# -*- coding: utf-8 -*-
# ********************************************************... |
894 | null | lisa-lab/pylearn2 | # Repository Context
Name: lisa-lab/pylearn2
Description:
# Pull Request
## MNIST labels fix
@goodfeli
# Relevant Files Found
## pylearn2/datasets/mnist.py
```
"""
.. todo::
WRITEME
"""
__authors__ = "Ian Goodfellow"
__copyright__ = "Copyright 2010-2012, Universite de Montreal"
__credits__ = ["Ian Goodfell... |
611 | null | Thomas55555/aioautomower | # Repository Context
Name: Thomas55555/aioautomower
Description:
# Pull Request
## Increase test coverage in auth
# Relevant Files Found
## tests/test_auth.py
```
"""Test automower session."""
import zoneinfo
from unittest.mock import AsyncMock, patch
import pytest
from aioresponses import aioresponses
from ... |
43 | null | loft-br/xgboost-survival-embeddings | # Repository Context
Name: loft-br/xgboost-survival-embeddings
Description:
# Pull Request
## fix: include last tree in iteration range
following xgboost docs, fix iteration range
https://xgboost.readthedocs.io/en/latest/python/python_intro.html#prediction
# Relevant Files Found
## xgbse/_base.py
```
import nu... |
1,192 | null | aeon-toolkit/aeon | # Repository Context
Name: aeon-toolkit/aeon
Description:
# Pull Request
## [DOC] Fix typos, misspellings & capitalizations in doctrings
<!--
Thanks for contributing a pull request! Please ensure you have taken a look at our
contribution guide: https://www.aeon-toolkit.org/en/stable/contributing.html
Feel free... |
2,916 | null | apache/tvm | # Repository Context
Name: apache/tvm
Description:
# Pull Request
## Turn on USE_SORT by default
@tqchen @yidawang
# Relevant Files Found
## tutorials/frontend/deploy_ssd_gluoncv.py
```
"""
Deploy Single Shot Multibox Detector(SSD) model
===============================================
**Author**: `Yao Wang <h... |
8 | null | ros/xacro | # Repository Context
Name: ros/xacro
Description:
# Pull Request
## xacro conditional blocks
resubmitting pull request https://github.com/ros/xacro/pull/7 to be merged into hydro-devel
---
This patch allows adding conditionals to xacro with the following syntax. This is useful in the case of configurable robots o... |
68 | null | breqdev/flask-discord-interactions | # Repository Context
Name: breqdev/flask-discord-interactions
Description:
# Pull Request
## allow dump_embed() and dump_components() to return empty lists
**Checklist**
This pull request...
- [x] Fixes a bug
- [ ] Adds new functionality
- [ ] Updates documentation and/or examples
- [ ] Adds tests
- [ ] Is ... |
143 | null | nxt-dev/nxt_editor | # Repository Context
Name: nxt-dev/nxt_editor
Description:
# Pull Request
## Release veditor-v3.6.1 (dev)
Auto generated PR > dev
# Relevant Files Found
## nxt_editor/integration/maya/__init__.py
```
```
## setup.py
```
import setuptools
import json
import os
this_dir = os.path.dirname(os.path.realpath(__fil... |
35 | null | open3e/open3e | # Repository Context
Name: open3e/open3e
Description:
# Pull Request
## Bugfix: -raw had no effect on command line.
# Relevant Files Found
## Open3Eclient.py
```
"""
Copyright 2023 abnoname
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in complianc... |
2,541 | null | openvinotoolkit/open_model_zoo | # Repository Context
Name: openvinotoolkit/open_model_zoo
Description:
# Pull Request
## Merge release into develop
# Relevant Files Found
## demos/common/python/models/open_pose.py
```
"""
Copyright (C) 2020-2021 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not ... |
938 | null | DeepLink-org/deeplink.framework | # Repository Context
Name: DeepLink-org/deeplink.framework
Description:
# Pull Request
## feat fused_adamw
# Relevant Files Found
## dipu/torch_dipu/testing/_internal/common_utils.py
```
# Copyright (c) 2023, DeepLink.
import math
import sys
import os
from typing import List, overload
import unittest
import wa... |
550 | null | TomerFi/aioswitcher | # Repository Context
Name: TomerFi/aioswitcher
Description:
# Pull Request
## Project cleanup
- chore: ci workflows and community docs touch ups
- chore: clean up configuration files
- docs: updated docs
- docs: updated README
- chore: fix class names to meet convention
- build: poetry dependency groups
- docs: sit... |
1,064 | null | DeepLink-org/DIOPI | # Repository Context
Name: DeepLink-org/DIOPI
Description:
# Pull Request
## impl interpolate use op_api
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, don't worry, just ... |
973 | null | polarsource/polar | # Repository Context
Name: polarsource/polar
Description:
# Pull Request
## Users endpoints
# Relevant Files Found
## server/polar/api.py
```
from fastapi import APIRouter
from polar.account.endpoints import router as accounts_router
from polar.backoffice.endpoints import router as backoffice_router
from polar... |
52 | null | tokern/dbcat | # Repository Context
Name: tokern/dbcat
Description:
# Pull Request
## feature: Encrypt sensitive info like passwords in the catalog
Catalog accepts a 'secret; parameter as a secret key for encrypting
certain fields. Passwords and tokens are encrypted in the catalog.
Related to https://github.com/tokern/piicatc... |
855 | null | feature-engine/feature_engine | # Repository Context
Name: feature-engine/feature_engine
Description:
# Pull Request
## add additional probe feature options to ProbeFeatureSelection
closes #850
closes #846
# Relevant Files Found
## feature_engine/selection/probe_feature_selection.py
```
from typing import List, Union
import numpy as np
imp... |
4,057 | null | yt-dlp/yt-dlp | # Repository Context
Name: yt-dlp/yt-dlp
Description:
# Pull Request
## [extractor/common] Add `default` parameter to `_search_json`
<!--
# 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... |
11,768 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## cmake: update openssl
Specify library name and version: **cmake/***
---
- [x] I've read the [guidelines](https://github.com/conan-io/conan-center-index/blob/master/docs/how_to_add_packages.md) for contributing.
- [x] I'v... |
1,585 | null | chatchat-space/Langchain-Chatchat | # Repository Context
Name: chatchat-space/Langchain-Chatchat
Description:
# Pull Request
## 根据官方文档,添加对英文版的bge embedding的指示模板
按照实际需要,依据[官方文档](https://huggingface.co/BAAI/bge-large-en-v1.5#model-list)将bge英文版的查询提示模板添加到embeddings支持中,避免使用时异常
# Relevant Files Found
## server/knowledge_base/kb_cache/base.py
```
from la... |
266 | null | scikit-rf/scikit-rf | # Repository Context
Name: scikit-rf/scikit-rf
Description:
# Pull Request
## Fix `plot_uncertainty_bounds_component()`
Issue one: the supplied axes object `ax` is not used, current one is taken instead. When using sub-plots, this results in all plots of given type ending in the last active plot.
Issue two: `num... |
1,579 | null | lightly-ai/lightly | # Repository Context
Name: lightly-ai/lightly
Description:
# Pull Request
## prepare 1.5.9
# Relevant Files Found
## lightly/__init__.py
```
"""Lightly is a computer vision framework for self-supervised learning.
With Lightly you can train deep learning models using
self-supervision. This means, that you don't... |
3,632 | null | ipython/ipython | # Repository Context
Name: ipython/ipython
Description:
# Pull Request
## Set calling program to UNKNOWN, when argv not in sys (take #2)
if merged, this PR supersedes #3460.
There, we were only waiting on an updated comment, so I just went ahead and updated the comment (keeping the original commit from @tomspur), ... |
6 | null | rowanlupton/pylodon | # Repository Context
Name: rowanlupton/pylodon
Description:
# Pull Request
## return json instead of str
# Relevant Files Found
## app/webfinger.py
```
from app import app, mongo
from flask import Blueprint, request
from urllib.request import unquote
webfinger = Blueprint('webfinger', __name__, template_folde... |
2,646 | null | DIAGNijmegen/grand-challenge | # Repository Context
Name: DIAGNijmegen/grand-challenge
Description:
# Pull Request
## Fix civ user upload validation for file type ci
This fixes an incorrect validation error when adding a file to a civ via a user upload, as exposed by https://github.com/DIAGNijmegen/rse-gcapi/pull/136.
# Relevant Files Found
##... |
27,722 | null | Azure/azure-sdk-for-python | # Repository Context
Name: Azure/azure-sdk-for-python
Description:
# Pull Request
## [ml] Support for the component archive on registry assets
# Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated base... |
286 | null | pydata/bottleneck | # Repository Context
Name: pydata/bottleneck
Description:
# Pull Request
## Miscellaneous cleanup
Fix a variety of minor style issues that have been making linters unhappy
# Relevant Files Found
## bottleneck/src/bn_config.py
```
""" Based on numpy's approach to exposing compiler features via a config header.
Un... |
169 | null | stanfordnmbl/opencap-core | # Repository Context
Name: stanfordnmbl/opencap-core
Description:
# Pull Request
## [WIP] missing cameras
# Relevant Files Found
## app.py
```
import requests
import time
import json
import os
import shutil
from utilsServer import processTrial, runTestSession
import traceback
import logging
import glob
import n... |
16 | null | cvxgrp/cvxrisk | # Repository Context
Name: cvxgrp/cvxrisk
Description:
# Pull Request
## 12 include cvar
# Relevant Files Found
# Edits
This pull request adds a Conditional Value at Risk (CVaR) risk model to the `cvxrisk` library, enabling optimization of portfolios based on tail risk. The key change is the introduction of a... |
2,240 | null | dcos/dcos | # Repository Context
Name: dcos/dcos
Description:
# Pull Request
## Train 294 (master)
#2116 - Update Marathon (Persistent volumes, optimizations and more)
#2190 - Add debug mode to the upgrade script
#2206 - Bump dcos-metrics sha
* 2190 EE bump merged in previous train
* 2206 EE bump closed, was testing on... |
597 | null | openshift/kuryr-kubernetes | # Repository Context
Name: openshift/kuryr-kubernetes
Description:
# Pull Request
## Bug 2019886: Improve retrieval of Trunks info
Right now the in use Ports info is retrieved
by looking for the Pods and then for each
KuryrPort correponding to the specific Pod,
which can increase the time to recover precreated
... |
1,005 | null | geopython/OWSLib | # Repository Context
Name: geopython/OWSLib
Description:
# Pull Request
## Make smaller map request
Currently getting errors for test_ogcapi_maps_pygeoapi:
```html
RuntimeError: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>504 Gateway Timeout</title>
</head><body>
<h1>Gateway Timeo... |
23 | null | pytorch/audio | # Repository Context
Name: pytorch/audio
Description:
# Pull Request
## pytorch implementation of MEL spectrograms (no librosa req'd)
Using the `stft` function in the `master` branch, this create spectrograms in the power scale, converts those spectrograms to the MEL scale, and also converts the power scale to deci... |
523 | null | tobi-wan-kenobi/bumblebee-status | # Repository Context
Name: tobi-wan-kenobi/bumblebee-status
Description:
# Pull Request
## added option for displaying the power consumption
hi,
I added an option to display also the actual power-consumption.
It can be enabled via "battery.showpowerconsumption=true".
It is just a quick implemented feature, s... |
262 | null | ProjectQ-Framework/ProjectQ | # Repository Context
Name: ProjectQ-Framework/ProjectQ
Description:
# Pull Request
## Decomposition for SqrtSwap
Adds simple decomposition for `SqrtSwap` gate and hence addresses #257
Note:
Assumes the syntax
```
SqrtSwap | (qubit0, qubit1)
```
We might want to change it later to
```
SqrtSwap | qure... |
37,625 | null | saltstack/salt | # Repository Context
Name: saltstack/salt
Description:
# Pull Request
## Return with proper retcodes in batch mode
Check for the highest retcode received in batch mode and exit with it.
Also, an integration test for the same.
Closes #37492
# Relevant Files Found
## salt/cli/batch.py
```
# -*- coding: utf-8... |
40 | null | lucidrains/deep-daze | # Repository Context
Name: lucidrains/deep-daze
Description:
# Pull Request
## --theta_initial and --theta-hidden README/docstring updates
Just changed the README and the docstring. Tested help and it _does_ output type Optional instead of 30.0, but I agree that the default should probably actually just be None so... |
126 | null | praw-dev/asyncpraw | # Repository Context
Name: praw-dev/asyncpraw
Description:
# Pull Request
## Print warning when comment_sort is set after fetch
Sync with praw/master after https://github.com/praw-dev/praw/pull/1775
# Relevant Files Found
## asyncpraw/config.py
```
"""Provides the code to load Async PRAW's configuration file `pr... |
22,503 | null | Azure/azure-cli | # Repository Context
Name: Azure/azure-cli
Description:
# Pull Request
## [HDInsight] Migrate adal graph sdk to msgraph sdk in HDInsight module
**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. --->
Only two c... |
20 | null | UKHSA-Internal/coronavirus-dashboard-api-v2-server | # Repository Context
Name: UKHSA-Internal/coronavirus-dashboard-api-v2-server
Description:
# Pull Request
## COV-58 Handle KeyError for all null values in dataframe
Also transformed a set to a list in format_dtypes (utils.py) to avoid compatibility issues in newer pandas version.
# Relevant Files Found
## app/eng... |
1,708 | null | elastic/ecs | # Repository Context
Name: elastic/ecs
Description:
# Pull Request
## [8.1] ES artifacts folder restructuring (#1700)
Backports the following commits to 8.1:
- ES artifacts folder restructuring (#1700)
# Relevant Files Found
## scripts/generators/es_template.py
```
# Licensed to Elasticsearch B.V. under one or ... |
514 | null | deardurham/dear-petition | # Repository Context
Name: deardurham/dear-petition
Description:
# Pull Request
## #461 Assault convictions now provide warning
# Relevant Files Found
## dear_petition/petition/api/serializers.py
```
import logging
from django.urls import reverse
from rest_framework import serializers
from rest_framework_simple... |
29 | null | williballenthin/siglib | # Repository Context
Name: williballenthin/siglib
Description:
# Pull Request
## add reject option etc
# Relevant Files Found
## create_sig.py
```
"""
create a .sig file from .pat files stored in tarballs
optionally excludes tarball paths and includes pat file names
example runs:
$ python3 create_sig.py -d -... |
97 | null | virt-s1/os-tests | # Repository Context
Name: virt-s1/os-tests
Description:
# Pull Request
## added test_hibernate_resume and enable aws efa by default
- added test_hibernate_resume for bz1898677
- launch ec2 instance with efa and hibernation enabled if supported
Signed-off-by: Xiao Liang <xiliang@redhat.com>
# Relevant Files Fo... |
404 | null | girder/girder | # Repository Context
Name: girder/girder
Description:
# Pull Request
## Cleaning up DB config and adding Dockerfile.
This should make database configuration more simple and standard and also
removes the reference to mongolab and instead using a more agnostic
GIRDER_MONGO_URI as the environment variable (also suppor... |
13,554 | null | hongbo-miao/hongbomiao.com | # Repository Context
Name: hongbo-miao/hongbomiao.com
Description:
# Pull Request
## ci(test): add main test for prefect workflows
# Relevant Files Found
# Edits
This pull request adds basic unit tests for the main modules of multiple Prefect workflows to improve test coverage and support continuous integrati... |
1,504 | null | conbench/conbench | # Repository Context
Name: conbench/conbench
Description:
# Pull Request
## app/runs: show more than 1000 results
This PR fixes a bug introduced in https://github.com/conbench/conbench/pull/1496#discussion_r1356984948 where the run page shows only up to 1000 benchmark results.
I was going to resolve this and #96... |
2,143 | null | qtile/qtile | # Repository Context
Name: qtile/qtile
Description:
# Pull Request
## Give a common parent parser to the subparsers (and main parser)
By doing so, we can give the --logging flag to any sub-command in a more intuitive way, i.e. after the sub-command and not before it (see the discussion in #2133), while keeping `qti... |
75 | null | NREL/jade | # Repository Context
Name: NREL/jade
Description:
# Pull Request
## Improve Spark configuration docs
# Relevant Files Found
## jade/cli/config.py
```
"""CLI to display and manage config files."""
from jade.models.submission_group import SubmissionGroup
import json
import logging
import os
import re
import shut... |
6 | null | metakgp/gyft | # Repository Context
Name: metakgp/gyft
Description:
# Pull Request
## removed some printing
# Relevant Files Found
## gyft.py
```
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
from bs4 import BeautifulS... |
33 | null | charmed-kubernetes/pytest-operator | # Repository Context
Name: charmed-kubernetes/pytest-operator
Description:
# Pull Request
## Add ops_test.juju method
Shortcut for running `juju ...`, for handling cases where pytest-libjuju has a slightly different opinion of how things should work than the Juju CLI.
Also has fix for #32
# Relevant Files Foun... |
246 | null | jertel/elastalert2 | # Repository Context
Name: jertel/elastalert2
Description:
# Pull Request
## add mattermost_title in mattermost alerts
# Relevant Files Found
## elastalert/alerters/mattermost.py
```
import copy
import json
import requests
import warnings
from elastalert.alerts import Alerter, DateTimeEncoder
from elastalert.u... |
1,990 | null | hongbo-miao/hongbomiao.com | # Repository Context
Name: hongbo-miao/hongbomiao.com
Description:
# Pull Request
## feat(neural): save best model
# Relevant Files Found
## neural-network/main.py
```
import numpy as np
import torch
import torch.optim as optim
import wandb
from ogb.graphproppred import Evaluator
from tqdm import tqdm
from arg... |
2,708 | null | ray-project/ray | # Repository Context
Name: ray-project/ray
Description:
# Pull Request
## [tune] Add PyTorch MNIST Example
TODO:
- [x] Validate that this works on instance
- [x] Add test for checkpoint_at_end
Includes:
- Doc changes
- Make `checkpoint_at_end` work better
- Better logging
- Make sure if `timesteps` r... |
9,579 | null | huggingface/diffusers | # Repository Context
Name: huggingface/diffusers
Description:
# Pull Request
## Fix some documentation in ./src/diffusers/models/embeddings.py for demo
# What does this PR do?
<!--
Congratulations! You've made it this far! You're not quite done yet though.
Once merged, your PR is going to appear in the relea... |
852 | null | calliope-project/calliope | # Repository Context
Name: calliope-project/calliope
Description:
# Pull Request
## Prettify math checks approach
Improves #847 by making the check naming more robust and flexible, and by generating unique IDs to aid in case-by-case testing.
## Summary of changes in this pull request
* Changes `math_checks_co... |
248 | null | loopj/home-assistant-vantage | # Repository Context
Name: loopj/home-assistant-vantage
Description:
# Pull Request
## Remove BackBox objects from device registry, special-case parent relationship
Fixes #245
# Relevant Files Found
## custom_components/vantage/__init__.py
```
"""The Vantage InFusion Controller integration."""
import asyncio
fr... |
6,183 | null | holoviz/panel | # Repository Context
Name: holoviz/panel
Description:
# Pull Request
## Do not trigger event if ReplacementPane object identity is unchanged
Related to https://github.com/holoviz/param/pull/901, which will likely wait on a Param 2.1.0 release. In the meantime we do not want to trigger a re-render of a Pane if the i... |
6 | null | sebastianGehrmann/OpenNMT-py | # Repository Context
Name: sebastianGehrmann/OpenNMT-py
Description:
# Pull Request
## bugfix and small hack for non-partial translates
# Relevant Files Found
## onmt/translate/Translator.py
```
import torch
from torch.autograd import Variable
import onmt.translate.Beam
import onmt.io
from copy import deepcop... |
428 | null | Nota-NetsPresso/netspresso-trainer | # Repository Context
Name: Nota-NetsPresso/netspresso-trainer
Description:
# Pull Request
## Fix test directory check line
## Description
Please include a summary of this pull request in English. If it closes an issue, please mention it here.
Closes: #427
We recommend to link at least one existing issue fo... |
134 | null | stefmolin/data-morph | # Repository Context
Name: stefmolin/data-morph
Description:
# Pull Request
## Add additional test for DataMorpher to increase coverage.
# Relevant Files Found
## tests/test_morpher.py
```
"""Test the data_morph.morpher module."""
import glob
from functools import partial
import pandas as pd
import pytest
fro... |
1,051 | null | theQRL/QRL | # Repository Context
Name: theQRL/QRL
Description:
# Pull Request
## Added addr_from into ExtendedTransaction
1. Added addr_from into ExtendedTransaction
2. Replaced API response from Transaction to ExtendedTransaction in order to provide addr_from
# Relevant Files Found
## qrl/core/qrlnode.py
```
# coding=utf-... |
954 | null | lbbrhzn/ocpp | # Repository Context
Name: lbbrhzn/ocpp
Description:
# Pull Request
## adopt new integration blueprint
adopt new integration blueprint, to allow more recent version of pytest-homeassistant-custom-component
see https://github.com/ludeeus/integration_blueprint
With a recent version of pytest-homeassistant-custom-... |
25 | null | butorov/sentry-telegram | # Repository Context
Name: butorov/sentry-telegram
Description:
# Pull Request
## Sentry 9 support
# Relevant Files Found
## sentry_telegram/__init__.py
```
# coding: utf-8
"""
Plugin for Sentry which allows sending notification via Telegram messenger.
"""
from django.conf import settings
__version__ = '0.2.0... |
54 | null | markmap/mkdocs_markmap | # Repository Context
Name: markmap/mkdocs_markmap
Description:
# Pull Request
## fix: render markmaps in SPA
and fix compatibility issue with mkdocs-material
close #42
# Relevant Files Found
## mkdocs_markmap/plugin.py
```
import logging
from pathlib import Path
import re
from typing import Dict, Tuple
from ... |
377 | null | deepinv/deepinv | # Repository Context
Name: deepinv/deepinv
Description:
# Pull Request
## CASSI physics
- CASSI physics
- Add CASSI and HSU to remote sensing example
### Checks to be done before submitting your PR
- [x] `python3 -m pytest tests/` runs successfully.
- [x] `black .` runs successfully.
- [x] `make html` runs s... |
9 | null | py2many/py2many | # Repository Context
Name: py2many/py2many
Description:
# Pull Request
## Re-add directory mode
# Relevant Files Found
## py2many/cli.py
```
import argparse
import ast
import os
import pathlib
from dataclasses import dataclass
from typing import Optional
from .clike import CLikeTranspiler
from .scope import ... |
79 | null | un33k/django-ipware | # Repository Context
Name: un33k/django-ipware
Description:
# Pull Request
## Add support for Python 3.10
- Adds Python 3.9 and 3.10 to strategy matrix in all GH action workflows with [passing tests](https://github.com/joshuadavidthomas/django-ipware/actions)
- Adds Python 3.10 to trove classifiers
# Relevant Fil... |
845 | null | python-geeks/Automation-scripts | # Repository Context
Name: python-geeks/Automation-scripts
Description:
# Pull Request
## Update password generator
**script name** - password_generator.py
**Brief about script**
Updates the password_generator script to generate a more secure password utilizing the secrets module and a Fischer-Yates list shuffl... |
27 | null | pytest-dev/pytest-messenger | # Repository Context
Name: pytest-dev/pytest-messenger
Description:
# Pull Request
## Update test_plugin.py
# Relevant Files Found
## tests/test_plugin.py
```
import json
import mock
import pytest
def test_pytest_slack_failed(testdir):
"""Make sure that our pytest-slack works."""
testdir.makepyfile(... |
26,229 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## Tests
##### SUMMARY
A couple of tests for PR #26226
# Relevant Files Found
## corehq/motech/openmrs/tests/test_workflow_tasks.py
```
from testil import eq
from corehq.motech.openmrs.openmrs_config import OpenmrsConfig, OpenmrsFormC... |
34 | null | simonlindholm/asm-differ | # Repository Context
Name: simonlindholm/asm-differ
Description:
# Pull Request
## Use box-drawing character for source lines
Produces more aesthetically pleasing output IMO.

# Relevant Files Found
#... |
235 | null | ceccopierangiolieugenio/pyTermTk | # Repository Context
Name: ceccopierangiolieugenio/pyTermTk
Description:
# Pull Request
## FIX: #234 : Handled pyperclip exception
# Relevant Files Found
## TermTk/TTkGui/clipboard.py
```
# MIT License
#
# Copyright (c) 2022 Eugenio Parodi <ceccopierangiolieugenio AT googlemail DOT com>
#
# Permission is hereby... |
1,446 | null | SEKOIA-IO/automation-library | # Repository Context
Name: SEKOIA-IO/automation-library
Description:
# Pull Request
## fix paloalto connector
some alert are not collected at the moment, with this fix we should collect all the alert: https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR-REST-API/Get-all-Alerts
# Relevant Files Found
## PaloAltoC... |
36 | null | the-ethan-hunt/B.E.N.J.I. | # Repository Context
Name: the-ethan-hunt/B.E.N.J.I.
Description:
# Pull Request
## Webpage query
First it was only working for ".com". Now just specify ".com", ".co", ".org", and it will work. It has problems with python.org. It used to open python.com which isn't the site for "python". And also, benji used to spe... |
34 | null | meta00/vital_sqi | # Repository Context
Name: meta00/vital_sqi
Description:
# Pull Request
## Correlogram issue20
merge branch computes correlograms as in issue#20 and fix the signal_type to wave_type
# Relevant Files Found
## tests/data/test_segment_split.py
```
""" Splitting long recordings into segments"""
import pandas as pd
... |
730 | null | AllenNeuralDynamics/dynamic-foraging-task | # Repository Context
Name: AllenNeuralDynamics/dynamic-foraging-task
Description:
# Pull Request
## [update main] 2024-10-01
Created by Github Actions
# Relevant Files Found
## src/foraging_gui/Dialogs.py
```
import time
import math
import json
import os
import shutil
import subprocess
from datetime import datet... |
1,508 | null | online-ml/river | # Repository Context
Name: online-ml/river
Description:
# Pull Request
## Fix issue #1507 (SWINN streamline)
Fix #1507.
Use buffer positions rather than references to the vertices themselves. This avoids recursion limit issues.
# Relevant Files Found
## river/neighbors/ann/nn_vertex.py
```
from __future__ imp... |
407 | null | google-parfait/tensorflow-federated | # Repository Context
Name: google-parfait/tensorflow-federated
Description:
# Pull Request
## Implements pad_graph_inputs_to_match_type, padding the type signature of a CompiledComputation to accept more parameters. Also implements wrap_graph_parameter_as_tuple as a preprocessing step to simplify assumptions for pa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.