pr_id int64 | repo_id null | repo_name string | text string |
|---|---|---|---|
2 | null | jonathf/chaospy | # Repository Context
Name: jonathf/chaospy
Description:
# Pull Request
## fixed bug in dist/sampler - rule=Gaussian quadrature
Fixed bug in sampler, rule=Gaussian quadrature where trans needed an additional keyword verboose.
File "/usr/local/lib/python2.7/dist-packages/chaospy/dist/sampler.py", line 118, in sample... |
921 | null | onepercentclub/onepercentclub-site | # Repository Context
Name: onepercentclub/onepercentclub-site
Description:
# Pull Request
## Bb 1891
# Relevant Files Found
## apps/donations/mails.py
```
from babel.dates import format_date
from babel.numbers import format_currency
from django.contrib.sites.models import Site
from django.core.mail import Email... |
967 | null | google-research/kauldron | # Repository Context
Name: google-research/kauldron
Description:
# Pull Request
## Fix bug which led to crash in kd-test
Fix bug which led to crash in kd-test
# Relevant Files Found
## kauldron/train/trainer_lib.py
```
# Copyright 2024 The kauldron Authors.
#
# Licensed under the Apache License, Version 2.0 (th... |
83 | null | ICB-DCM/pyABC | # Repository Context
Name: ICB-DCM/pyABC
Description:
# Pull Request
## fix "FutureWarning: elementwise comparison failed [...]" in np_from_bytes
fix "FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison" by checking for size==1
# Relevant Fi... |
120 | null | MatMaul/pynetgear | # Repository Context
Name: MatMaul/pynetgear
Description:
# Pull Request
## Major reorganization and feature extension
- Reorganize library by splitting up the files.
- Implement new features.
- Catch 404 missing methods.
- Add 3 second sleep for 503 errors
# Relevant Files Found
## pynetgear/__init__.py
```
... |
8,959 | null | Lonero-Team/Decentralized-Internet | # Repository Context
Name: Lonero-Team/Decentralized-Internet
Description:
# Pull Request
## chore(deps): update dependency hypothesis to ~=6.147.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [hypothesis](https://redirect.github.com/HypothesisWorks/hypothesis... |
23 | null | AntagonistHQ/openprovider.py | # Repository Context
Name: AntagonistHQ/openprovider.py
Description:
# Pull Request
## Remove deprecation warning
FutureWarning: The behavior of this method will change in future versions. Use
specific 'len(elem)' or 'elem is not None' test instead.
if self._obj:
# Relevant Files Found
## openprovider/models.p... |
111 | null | runtimeverification/kontrol | # Repository Context
Name: runtimeverification/kontrol
Description:
# Pull Request
## Fix master deployments
https://github.com/runtimeverification/kontrol/pull/86 introduced using the global Z3 images, but didn't update the master job to also do so. This lead to failing master jobs: https://github.com/runtimeverif... |
873 | null | geopandas/geopandas | # Repository Context
Name: geopandas/geopandas
Description:
# Pull Request
## DOC: continue doc build on warnings/errors in examples
IPython 7.0 now makes sphinx stop the full doc build if an unexpected warning or error happens in one of the examples. There is an option to restore the old behaviour (to only print t... |
1 | null | xingfanxia/comps_ediscovery | # Repository Context
Name: xingfanxia/comps_ediscovery
Description:
# Pull Request
## real lib
now it's a real lib
# Relevant Files Found
## lib/forest.py
```
'''
Dummy Version of Random Forest
'''
from .tree import Tree
from .exceptions import *
import numpy as np
import pandas as pd
import random
class RNF:
... |
58 | null | robocorp/robocorp | # Repository Context
Name: robocorp/robocorp
Description:
# Pull Request
## Add more information to the logging on playwright browser install.
I had a case where things appeared completely stuck when installing browsers (in a slow network), so, adding logging when that happens.
# Relevant Files Found
## browser/s... |
485 | null | bramstroker/homeassistant-powercalc | # Repository Context
Name: bramstroker/homeassistant-powercalc
Description:
# Pull Request
## Try to fix duplicate utility meter sensor created
# Relevant Files Found
## custom_components/powercalc/migrate.py
```
from __future__ import annotations
import logging
from homeassistant.core import callback
from ho... |
3,377 | null | sunpy/sunpy | # Repository Context
Name: sunpy/sunpy
Description:
# Pull Request
## Clarify "must be supplied as keyword" wording in coordinate-frame docstrings
Fixes #3374
# Relevant Files Found
## sunpy/coordinates/frames.py
```
"""
Common solar physics coordinate systems.
This submodule implements various solar physics co... |
2 | null | codex-bot/metrika | # Repository Context
Name: codex-bot/metrika
Description:
# Pull Request
## Upgrade Metrika structure
Перевёл в соответствие с существующей ООП структурой приложения.
# Relevant Files Found
## metrika/main.py
```
import random
import string
from time import time
from sdk.codexbot_sdk import CodexBot
from config... |
250 | null | linkedin/iris | # Repository Context
Name: linkedin/iris
Description:
# Pull Request
## Fix broken iris vendor_stmp test
Forgot the mocker patch
# Relevant Files Found
## test/test_iris_vendor_smtp.py
```
#!/usr/bin/env python
# -*- coding:utf-8 -*-
def test_smtp_vendor_init():
from iris.vendors.iris_smtp import iris_smtp... |
780 | null | cscenter/lms | # Repository Context
Name: cscenter/lms
Description:
# Pull Request
## Модели для Город проживания + Доступные отделения в городе.
Копипастим данные:
```
from admission.models import ResidenceCity
from universities.models import City
for city in City.objects.all():
residence_city = ResidenceCity.object... |
271 | null | asyml/texar-pytorch | # Repository Context
Name: asyml/texar-pytorch
Description:
# Pull Request
## Resolve #40: Provide option to freeze the embedding parameters
resolve #40
# Relevant Files Found
## texar/torch/modules/embedders/embedder_base.py
```
# Copyright 2019 The Texar Authors. All Rights Reserved.
#
# Licensed under the Ap... |
2,749 | null | microsoft/AzureTRE | # Repository Context
Name: microsoft/AzureTRE
Description:
# Pull Request
## Airlock E2E testing - import approved link & export
## What is being addressed
We had issues in some of the infra setup that could have been caught by additional checks in the E2E.
## How is this addressed
- Test that we get a dow... |
7,299 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## Increase default timeout to 60 seconds for transforms.
We believe it may be good to increase the timeout of transforms from 10 seconds to 60 seconds which should give customers enough room for most artifact transforms.
<!-- This is an auto-... |
12 | null | ApeWorX/ape-ledger | # Repository Context
Name: ApeWorX/ape-ledger
Description:
# Pull Request
## chore: update pin of ape core, change beta tag
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup # type: ignore
extras_require = {
"test": [ # `test`... |
266 | null | HazyResearch/meerkat | # Repository Context
Name: HazyResearch/meerkat
Description:
# Pull Request
## Dilan column fix/clever dev
# Relevant Files Found
## meerkat/interactive/api/routers/datapanel.py
```
import functools
from typing import Any, Dict, List, Union
import numpy as np
from fastapi import APIRouter, Body, HTTPException
... |
5 | null | FO-nTTaX/Liquipedia-Discord-Bot | # Repository Context
Name: FO-nTTaX/Liquipedia-Discord-Bot
Description:
# Pull Request
## Added functionality for rolling multiple dice at once
This should work fine, but I can't test the on_message part myself.
# Relevant Files Found
## discordbot.py
```
# -*- coding: utf-8 -*-
# License MIT
# Copyright 2016-2... |
79 | null | securefederatedai/openfederatedlearning | # Repository Context
Name: securefederatedai/openfederatedlearning
Description:
# Pull Request
## Custom aggregation functions in CLI
We need to support the overriding aggregation function in CLI using the plan YAML file. The idea is to specify module paths to pre-defined `AggregationFunctionInterface` implementati... |
3,576 | null | mne-tools/mne-python | # Repository Context
Name: mne-tools/mne-python
Description:
# Pull Request
## MRG: BV Reader: Allow 'Off'/'DC'/'NaN' as possible value in heterogeneous filter settings
Closes #3571.
Currently only works for non-numeric filter cutoffs in `('NaN', 'Off', 'DC')` because those are the only ones previously supported... |
306 | null | lk-geimfari/mimesis | # Repository Context
Name: lk-geimfari/mimesis
Description:
# Pull Request
## Added method get_current_locale for BaseProvider
# Relevant Files Found
## mimesis/providers/base.py
```
from typing import Any, Optional
from mimesis.exceptions import NonEnumerableError
from mimesis.helpers import Random
from mimes... |
69 | null | gooddata/smoker | # Repository Context
Name: gooddata/smoker
Description:
# Pull Request
## PAAS-13878 Close unused sockets, port config
# Relevant Files Found
## setup.py
```
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2007-2012, GoodData(R) Corporation. All rights reserved
import os
import sys
from setuptoo... |
459 | null | hmmlearn/hmmlearn | # Repository Context
Name: hmmlearn/hmmlearn
Description:
# Pull Request
## Test spherical covar GaussianHMM where n_features is not set correctly
…tures is not set correctly
# Relevant Files Found
## lib/hmmlearn/tests/test_gaussian_hmm.py
```
import numpy as np
from numpy.testing import assert_allclose
import ... |
1,591 | null | conbench/conbench | # Repository Context
Name: conbench/conbench
Description:
# Pull Request
## Add authentication keyword arguments for instantiating the ConbenchCl…
…ient class. This change should be backward compatible.
I am opening this Pull Request, because I have a need to work with multiple Conbench servers from my applicat... |
5,513 | null | hypothesis/h | # Repository Context
Name: hypothesis/h
Description:
# Pull Request
## Fix a linter warning
# Relevant Files Found
## tests/functional/conftest.py
```
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import contextlib
import os
import pytest
from webtest import TestApp
from h._compat import te... |
39 | null | AI-vidence/antakia | # Repository Context
Name: AI-vidence/antakia
Description:
# Pull Request
## improved tab management
# Relevant Files Found
## antakia/compute/model_subtitution/model_interface.py
```
from typing import List
import pandas as pd
from sklearn.metrics import mean_squared_error, mean_absolute_error, r2_score, accu... |
853 | null | bramstroker/homeassistant-powercalc | # Repository Context
Name: bramstroker/homeassistant-powercalc
Description:
# Pull Request
## Fix spelling (successful vs successfull)
# Relevant Files Found
## utils/measure/powermeter/tuya.py
```
from __future__ import annotations
import time
import tuyapower
from .errors import PowerMeterError
from .power... |
389 | null | home-assistant/wheels | # Repository Context
Name: home-assistant/wheels
Description:
# Pull Request
## Support ABI3
# Relevant Files Found
## builder/wheel.py
```
"""Utils for wheel."""
from contextlib import suppress
from pathlib import Path
import re
import shutil
from tempfile import TemporaryDirectory
from typing import Dic... |
57 | null | instana/synthetic-synctl | # Repository Context
Name: instana/synthetic-synctl
Description:
# Pull Request
## Hide token
## What
- Ask for token when --token is not used
- Show encrypted token when `synctl config list --show-token`
## References
- [Story](https://instana.kanbanize.com/ctrl_board/132/cards/150959/details/)
# Releva... |
39 | null | TileDB-Inc/TileDB-PyBabylonJS | # Repository Context
Name: TileDB-Inc/TileDB-PyBabylonJS
Description:
# Pull Request
## bbox as input parameter added
# Relevant Files Found
## pybabylonjs/args.py
```
# Copyright 2022 TileDB Inc.
# Licensed under the MIT License.
"""Functions to format and check the data and keyword arguments for each data sou... |
911 | null | dynamiqs/dynamiqs | # Repository Context
Name: dynamiqs/dynamiqs
Description:
# Pull Request
## Replace matrix-matrix mul with matrix-vector mul in `dssesolve`
Previous implementation of `dssesolve` was doing an unnecessary matrix-matrix multiplication.
It can be replaced with two matrix-vector multiplication, which is more efficien... |
7,834 | null | vllm-project/vllm | # Repository Context
Name: vllm-project/vllm
Description:
# Pull Request
## [ci][test] exclude model download time in server start time
fixes errors observed in https://buildkite.com/vllm/fastcheck/builds/3075#019182d5-5e41-408c-89e8-1d6bb86cc729
# Relevant Files Found
## tests/utils.py
```
import functools
impo... |
35 | null | ta-oliver/infertrade | # Repository Context
Name: ta-oliver/infertrade
Description:
# Pull Request
## Fixes
# Relevant Files Found
## infertrade/algos/external/ta.py
```
"""
Functions to facilitate usage of TA functionality with infertrade's interface.
Copyright 2021 InferStat Ltd
Licensed under the Apache License, Version 2.0 (the... |
33,736 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Refactor: Simplify a few loops
# Relevant Files Found
## airflow/providers/apache/hive/transfers/s3_to_hive.py
```
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE fil... |
396 | null | complytime/complyscribe | # Repository Context
Name: complytime/complyscribe
Description:
# Pull Request
## chore: rename rule-transform to rules-transform
## Description
Rename command rule-transform to rules-transform.
## Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of... |
9 | null | openai/human-eval | # Repository Context
Name: openai/human-eval
Description:
# Pull Request
## Fix type signature of read_problems function
The `read_problems` function in `human_eval.data` is actually returning a dictionary, but it is wrongly declared to return a iterable of dictionaries:
```python
def read_problems(evalset_file: ... |
50,521 | null | apache/airflow | # Repository Context
Name: apache/airflow
Description:
# Pull Request
## Flattening the `requirements` input for python venv operators
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional informat... |
13,659 | null | demisto/content | # Repository Context
Name: demisto/content
Description:
# Pull Request
## Updates to the Devo_v2 plugin
## Original External PR
[external pull request](https://github.com/demisto/content/pull/13394)
## Status
- [x] In Progress
- [ ] Ready
- [ ] In Hold - (Reason for hold)
## Description
This is an ... |
5,307 | null | haiiliin/abqpy | # Repository Context
Name: haiiliin/abqpy
Description:
# Pull Request
## [docs] Update sphinx-immaterial conf alternate to languages (backport #5303)
This is an automatic backport of pull request #5303 done by [Mergify](https://mergify.com).
---
<details>
<summary>Mergify commands and options</summary>
<br />
... |
2,244 | null | aws/aws-sdk-pandas | # Repository Context
Name: aws/aws-sdk-pandas
Description:
# Pull Request
## fix: Fixing `test_spectrum_decimal_cast` test
### Feature or Bugfix
- Bugfix
### Detail
- Fixing `test_spectrum_decimal_cast` test. It was failing due to an issue where the indices for both rows in the Frame were 0 when running in dis... |
17 | null | altdesktop/i3ipc-python | # Repository Context
Name: altdesktop/i3ipc-python
Description:
# Pull Request
## Added workspace "num" attribute to Con object.
This is useful when handling workspace change events.
# Relevant Files Found
## i3ipc.py
```
#!/usr/bin/env python3
import struct
import json
import socket
import re
from enum import... |
262 | null | euro-cordex/py-cordex | # Repository Context
Name: euro-cordex/py-cordex
Description:
# Pull Request
## update grid cropping
# Relevant Files Found
## cordex/cmor/cmor.py
```
import os
from os import path as op
from warnings import warn
import cf_xarray as cfxr
import pandas as pd
import xarray as xr
# from cf_xarray.units import un... |
84 | null | huggingface/optimum-benchmark | # Repository Context
Name: huggingface/optimum-benchmark
Description:
# Pull Request
## Add rocm5.7 support
The API for `amdsmi` is not the same starting from ROCm5.7.
- This PR adds a dispatch depending on the ROCm version.
- This PR also adds a matrix to the rocm gpus workflow to test on both rocm5.6 with lates... |
2,817 | null | fonttools/fontbakery | # Repository Context
Name: fonttools/fontbakery
Description:
# Pull Request
## profiles.googlefonts_conditions.familyname now works on variable fonts
The `familyname` function can now parse variable fonts correctly. Atm, this function returns a NoneType for vfs which then produces errors for the regression checks b... |
274 | null | InternLM/lagent | # Repository Context
Name: InternLM/lagent
Description:
# Pull Request
## [Fix] Alternative for `aioify`
`aioify` project is no longer maintained, giving rise to the incompatibility with some downstream applications. Changing the asynchronous wrapper to `asyncer.asyncify` is appropriate.
This PR will close #272... |
36,818 | null | spack/spack | # Repository Context
Name: spack/spack
Description:
# Pull Request
## containerize: Ensure bootstrap images contain all system dependencies
Inspired by my [slip-up when proposing new images](https://github.com/spack/spack/pull/36713#issuecomment-1505336821).
This PR adds a check at the end of the "bootstrap" pha... |
40,473 | null | pandas-dev/pandas | # Repository Context
Name: pandas-dev/pandas
Description:
# Pull Request
## TYP: tslib.pyi
- [ ] closes #xxxx
- [ ] tests added / passed
- [ ] Ensure all linting tests pass, see [here](https://pandas.pydata.org/pandas-docs/dev/development/contributing.html#code-standards) for how to run them
- [ ] whatsnew entry... |
11 | null | etri-edgeai/nn-comp | # Repository Context
Name: etri-edgeai/nn-comp
Description:
# Pull Request
## densenet for cifar100
densenet example for cifar100
Signed-off-by: Jong-Ryul Lee <jongryul.lee@etri.re.kr>
# Relevant Files Found
# Edits
This pull request adds a DenseNet implementation for the CIFAR-100 dataset, extending the ex... |
579 | null | runtimeverification/kontrol | # Repository Context
Name: runtimeverification/kontrol
Description:
# Pull Request
## Update dependency: deps/kevm_release
~Blocked on:~
* runtimeverification/evm-semantics#2444
# Relevant Files Found
## src/kontrol/__init__.py
```
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CH... |
351 | null | Lightning-AI/pytorch-lightning | # Repository Context
Name: Lightning-AI/pytorch-lightning
Description:
# Pull Request
## Logger default
When the default logger is testtubelogger the weights were not going to the correct folder
# Relevant Files Found
## pytorch_lightning/trainer/trainer.py
```
"""
The trainer handles all the logic for running a... |
28 | null | nycmeshnet/meshdb | # Repository Context
Name: nycmeshnet/meshdb
Description:
# Pull Request
## Remove string length limitations from model
# Relevant Files Found
## models/building.py
```
from typing import List
from typing import Optional
from sqlalchemy import Column, Integer, DateTime, String, Date, TEXT
from sqlalchemy.orm im... |
31 | null | databricks/databricks-ml-examples | # Repository Context
Name: databricks/databricks-ml-examples
Description:
# Pull Request
## Remove model serving for 13b
It is not working now. Removing it. Will add it back when we have the support
# Relevant Files Found
## llm-models/llamav2/llamav2-13b/02_mlflow_logging_inference.py
```
# Databricks notebook ... |
15 | null | awslabs/osml-imagery-toolkit | # Repository Context
Name: awslabs/osml-imagery-toolkit
Description:
# Pull Request
## feat: update DRA to work with SICDs
This update allows users to create 8-bit per pixel PNG images from SICD images that have floating point complex data. Operations of this type are often used to produce quick visualizations of S... |
30 | null | bufbuild/protovalidate-python | # Repository Context
Name: bufbuild/protovalidate-python
Description:
# Pull Request
## Add isort to make and ci
# Relevant Files Found
## protovalidate/internal/constraints.py
```
# Copyright 2023 Buf Technologies, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this ... |
289 | null | noironetworks/acc-provision | # Repository Context
Name: noironetworks/acc-provision
Description:
# Pull Request
## Refactor to remove code duplication
...introduced in https://github.com/noironetworks/acc-provision/pull/288.
# Relevant Files Found
## provision/acc_provision/apic_provision.py
```
from __future__ import print_function, unicod... |
34 | null | algorand/py-algorand-sdk | # Repository Context
Name: algorand/py-algorand-sdk
Description:
# Pull Request
## Changed selkey and votekey inputs to base64 encoded strings.
# Relevant Files Found
## algosdk/transaction.py
```
import base64
import msgpack
from collections import OrderedDict
from . import account
from . import constants
from... |
13,530 | null | dimagi/commcare-hq | # Repository Context
Name: dimagi/commcare-hq
Description:
# Pull Request
## remove support for django <=1.7
@kaapstorm
# Relevant Files Found
## corehq/apps/hqcase/management/commands/ptop_reindexer_v2.py
```
from copy import deepcopy
from optparse import make_option
from django.core.management import BaseCo... |
69 | null | hc-sc-ocdo-bdpd/file-processing | # Repository Context
Name: hc-sc-ocdo-bdpd/file-processing
Description:
# Pull Request
## Build tool2
# Relevant Files Found
# Edits
This pull request introduces a new build tool using PyInstaller to package the table processing application into standalone executables, starting with the console application. K... |
14,838 | null | conan-io/conan-center-index | # Repository Context
Name: conan-io/conan-center-index
Description:
# Pull Request
## elfio: Add version 3.11
Specify library name and version: **elfio/3.11**
---
- [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md).
- [x] I've followed th... |
6,534 | null | opsmill/infrahub | # Repository Context
Name: opsmill/infrahub
Description:
# Pull Request
## Add restrictions to min / max parameter combinations
# Relevant Files Found
## backend/infrahub/core/schema/attribute_parameters.py
```
from __future__ import annotations
import sys
from typing import Self
from pydantic import ConfigDi... |
122 | null | os-net-config/os-net-config | # Repository Context
Name: os-net-config/os-net-config
Description:
# Pull Request
## avoid KeyError: 'drivers_autoprobe' when use os-net-config-sriov
When sriov_config service is run after updating the os-net-config
package in an existing deployment, we get the error “KeyError:
‘drivers_autoprobe’“. This is due ... |
10 | null | knocklabs/knock-python | # Repository Context
Name: knocklabs/knock-python
Description:
# Pull Request
## chore(1407): update Python SDK method doc comments with mention of inline identification support
# Relevant Files Found
## knockapi/client.py
```
import requests
from json.decoder import JSONDecodeError
__version__ = '0.4.5'
cla... |
1,265 | null | GenericMappingTools/pygmt | # Repository Context
Name: GenericMappingTools/pygmt
Description:
# Pull Request
## Clarify that the "transparency" parameter in plot/plot3d/text can be 1d array
**Description of proposed changes**
<!-- Please describe changes proposed and **why** you made them. If unsure, open an issue first so we can disc... |
6,819 | null | scipy/scipy | # Repository Context
Name: scipy/scipy
Description:
# Pull Request
## BLD: Strip carriage return in .pyx processing
I was attempting to build `scipy` with `Cygwin`, when I got the following error:
~~~
Traceback (most recent call last):
File "/cygdrive/c/Users/gfyoung/Repositories/scipy/tools/cythonize.py", lin... |
391 | null | NCAS-CMS/cf-python | # Repository Context
Name: NCAS-CMS/cf-python
Description:
# Pull Request
## dask: `Data.unique`
# Relevant Files Found
## cf/data/data.py
```
import logging
import math
import operator
from functools import partial, reduce, wraps
from itertools import product
from json import dumps as json_dumps
from json impo... |
475 | null | Ponte-Energy-Partners/peprock | # Repository Context
Name: Ponte-Energy-Partners/peprock
Description:
# Pull Request
## Bump dev dependencies
# Relevant Files Found
## tests/datetime/__init__.py
```
```
## tests/datetime/test_period.py
```
# ruff: noqa: DTZ001
import datetime
import typing
import zoneinfo
import pytest
import peprock.da... |
1,076 | null | ansys/pyansys | # Repository Context
Name: ansys/pyansys
Description:
# Pull Request
## fix(blog): static files
Fix #1067 by addressing the issues found in the landing page.
# Relevant Files Found
## doc/source/conf.py
```
"""Configuration file for docs.pyansys.com landing page."""
from datetime import datetime
import json
imp... |
23 | null | layumi/University1652-Baseline | # Repository Context
Name: layumi/University1652-Baseline
Description:
# Pull Request
## Submit circle_loss.py , thanks !
Submit circle_loss.py , thanks !
# Relevant Files Found
# Edits
This pull request adds a new file, `circle_loss.py`, which implements the Circle Loss function for deep learning-based geo-lo... |
8,734 | null | cvat-ai/cvat | # Repository Context
Name: cvat-ai/cvat
Description:
# Pull Request
## check_changelog_fragments.py: ensure that non-header lines begin with a dash or spaces
<!-- Raise an issue to propose your change (https://github.com/cvat-ai/cvat/issues).
It helps to avoid duplication of efforts from multiple independent con... |
10 | null | hagabbar/VItamin | # Repository Context
Name: hagabbar/VItamin
Description:
# Pull Request
## Updates made by me prior to merge from Chris with Von Mises
# Relevant Files Found
## Models/VICI_inverse_model.py
```
################################################################################################################
#
# -... |
16 | null | KoljaB/RealtimeTTS | # Repository Context
Name: KoljaB/RealtimeTTS
Description:
# Pull Request
## fix for stop method
# Relevant Files Found
## RealtimeTTS/engines/coqui_engine.py
```
from multiprocessing import Process, Pipe, Event
from .base_engine import BaseEngine
from tqdm import tqdm
import numpy as np
import traceback
import... |
49 | null | Tau-J/rtmlib | # Repository Context
Name: Tau-J/rtmlib
Description:
# Pull Request
## Fix wrong output type
Change return type from `pathlib.PosixPath` to `str` to align with expected type in the `download_checkpoint` function.
# Relevant Files Found
## rtmlib/tools/file.py
```
import hashlib
import os
import re
import sys
imp... |
155 | null | input-output-hk/cardano-clusterlib-py | # Repository Context
Name: input-output-hk/cardano-clusterlib-py
Description:
# Pull Request
## Update linters
# Relevant Files Found
## cardano_clusterlib/address_group.py
```
"""Group of methods for working with payment addresses."""
import json
import logging
import warnings
from pathlib import Path
from typ... |
921 | null | microsoft/Olive | # Repository Context
Name: microsoft/Olive
Description:
# Pull Request
## fix ruff format issue
## Describe your changes
fix ruff format issue
## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and... |
8,710 | null | mlrun/mlrun | # Repository Context
Name: mlrun/mlrun
Description:
# Pull Request
## [Bugfix] Add missing project parameter to KFP client list_pipelines
### 📝 Description
Add missing project parameter to KFP client list_pipelines
---
### 🛠️ Changes Made
Add missing project parameter to KFP client list_pipelines, which was... |
311 | null | starsimhub/starsim | # Repository Context
Name: starsimhub/starsim
Description:
# Pull Request
## Merge Samples class
Replaces #193 with a local branch that hopefully makes it more straightforward to check impact on repository size
# Relevant Files Found
## starsim/__init__.py
```
from .version import __version__, __versiondate__, _... |
1,448 | null | databricks/koalas | # Repository Context
Name: databricks/koalas
Description:
# Pull Request
## Add links for 'Transform and apply a function' in APIs with minor corrections
# Relevant Files Found
## databricks/koalas/frame.py
```
#
# Copyright (C) 2019 Databricks, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "Lice... |
278 | null | NREL/reV | # Repository Context
Name: NREL/reV
Description:
# Pull Request
## Gb/econ lcoe cap calc
# Relevant Files Found
## reV/econ/economies_of_scale.py
```
# -*- coding: utf-8 -*-
"""
reV module for calculating economies of scale where larger power plants will
have reduced capital cost.
"""
import logging
import copy... |
6,288 | null | mattermost/docs | # Repository Context
Name: mattermost/docs
Description:
# Pull Request
## V7.10 Docs
To be merged tomorrow (Friday) morning.
# Relevant Files Found
## source/conf.py
```
# Mattermost documentation configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common ... |
492 | null | nycmeshnet/meshdb | # Repository Context
Name: nycmeshnet/meshdb
Description:
# Pull Request
## Fix: node form is not submittable and add admin tests
Fixes #490
Also adds missing import/export options to LOS in the Admin UI
And adds more comprehensive testing for search, list, view, and change in the admin UI
# Relevant Files ... |
50 | null | pyinat/pyinaturalist-convert | # Repository Context
Name: pyinat/pyinaturalist-convert
Description:
# Pull Request
## Convert and load data from DwC-A observation and taxonomy archives into SQLAlchemy-created tables
Updates #49, closes #4
As a bonus, now that only a subset of observation columns are being loaded, it only takes around 10 minut... |
1,959 | null | wandb/wandb | # Repository Context
Name: wandb/wandb
Description:
# Pull Request
## [WB-5014] Mark flaky: test_sync_tensorboard_big - tests.test_cli (try 2)
<!--
Name your PR: (Use one of the below formats)
- [CLI-NNNN] Brief description of changes if jira ticket
- [WB-NNNN] Brief description of changes if jira ticket
... |
586 | null | BlockScience/MSML | # Repository Context
Name: BlockScience/MSML
Description:
# Pull Request
## 0.3.17
# Relevant Files Found
## src/math_spec_mapping/Convenience/__init__.py
```
# from .documentation import write_top_level_json_description
from .starter import remove_dummy_repo_components
from .github import write_scaffold_to_git... |
6,933 | null | chainer/chainer | # Repository Context
Name: chainer/chainer
Description:
# Pull Request
## Add comments on `del`
Follow-up: #6866
Write intention of `del` in comments.
# Relevant Files Found
## chainer/training/extensions/computational_graph.py
```
import os
import subprocess
from chainer import computational_graph
from cha... |
7 | null | getindata/kedro-airflow-k8s | # Repository Context
Name: getindata/kedro-airflow-k8s
Description:
# Pull Request
## Release 0.0.3
Bump version and CHANGELOG for next release.
# Relevant Files Found
## kedro_airflow_k8s/__init__.py
```
version = "0.0.2"
```
## setup.py
```
"""kedro_airflow_k8s module."""
from setuptools import find_packag... |
13,372 | null | googleapis/google-cloud-python | # Repository Context
Name: googleapis/google-cloud-python
Description:
# Pull Request
## feat: [google-cloud-storage-transfer] support cross-bucket replication
- [ ] Regenerate this pull request now.
PiperOrigin-RevId: 707205525
Source-Link: https://github.com/googleapis/googleapis/commit/67495ab130490fec11284171... |
418 | null | ICB-DCM/pyABC | # Repository Context
Name: ICB-DCM/pyABC
Description:
# Pull Request
## fix LA sampler weighting
Employ subpopulation-wise self-normalization.
# Relevant Files Found
## pyabc/population.py
```
"""
Particles and Populations
=========================
A particle contains the sampled parameters and simulated data.
... |
436 | null | ghga-de/datameta | # Repository Context
Name: ghga-de/datameta
Description:
# Pull Request
## Bump package and API versions to 1.0.0
# Relevant Files Found
## setup.py
```
# Copyright 2021 Universität Tübingen, DKFZ and EMBL for the German Human Genome-Phenome Archive (GHGA)
#
# Licensed under the Apache License, Version 2.0 (the... |
93 | null | small-thinking/taotie | # Repository Context
Name: small-thinking/taotie
Description:
# Pull Request
## Add unit tests
## Summary
Add more unit tests.
## Test Plan
# Relevant Files Found
## taotie/consumer/info_summarizer.py
```
"""
"""
import asyncio
import json
import os
from typing import Any, Dict, List, Optional
import openai... |
28,948 | null | commaai/openpilot | # Repository Context
Name: commaai/openpilot
Description:
# Pull Request
## Ford: radar + long control fixups
<!-- Please copy and paste the relevant template -->
<!--- ***** Template: Car bug fix *****
**Description** [](A description of the bug and the fix. Also link any relevant issues.)
**Verification*... |
686 | null | SUSE/BCI-tests | # Repository Context
Name: SUSE/BCI-tests
Description:
# Pull Request
## Add node 22 testing for SP7
[CI:TOXENVS] node
# Relevant Files Found
## bci_tester/data.py
```
#!/usr/bin/env python3
import enum
import os
from datetime import timedelta
from typing import Iterable
from typing import Optional
from typing... |
1,412 | null | app-sre/qontract-reconcile | # Repository Context
Name: app-sre/qontract-reconcile
Description:
# Pull Request
## [gql] retry init from config
related to https://issues.redhat.com/browse/APPSRE-3084
there may be cases where the active sha in one pod is different from another pod, which may lead to inconsistencies in data fetched. adding a r... |
1,037 | null | mitodl/open-discussions | # Repository Context
Name: mitodl/open-discussions
Description:
# Pull Request
## Release 0.40.1
## George Schneeloch
- [x] Improvements to moderator/contributor UI (#1024) ([65098602](../commit/650986025f4cfa60b761cc703192f11d7e754c15))
## Nathan Levesque
- [x] Added redirect to MM on login ([852d1ea6](../com... |
6 | null | docker/genai-stack | # Repository Context
Name: docker/genai-stack
Description:
# Pull Request
## streaming
# Relevant Files Found
## bot.py
```
import os
import streamlit as st
from langchain.vectorstores.neo4j_vector import Neo4jVector
from langchain.embeddings.openai import OpenAIEmbeddings
from langchain.embeddings import Olla... |
4,900 | null | PokemonGoF/PokemonGo-Bot | # Repository Context
Name: PokemonGoF/PokemonGo-Bot
Description:
# Pull Request
## Improvements to evolve + config md updates
- Separate negated and included pokemon
- Cleared up config variable ambiguity
- Updated configuration_files.md
I'm headed to bed shortly, so if folks could help me test. Idea now is, we c... |
2 | null | Hackfmi/Diaphanum | # Repository Context
Name: Hackfmi/Diaphanum
Description:
# Pull Request
## Urls fix
Fixes #1
# Relevant Files Found
## hackfmi/urls.py
```
from django.conf.urls import patterns, include, url
from django.conf import settings
# Uncomment the next two lines to enable the admin:
from django.contrib import admin
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.