repo
stringlengths
2
99
file
stringlengths
13
225
code
stringlengths
0
18.3M
file_length
int64
0
18.3M
avg_line_length
float64
0
1.36M
max_line_length
int64
0
4.26M
extension_type
stringclasses
1 value
adanet
adanet-master/adanet/experimental/phases/repeat_phase.py
# Lint as: python3 # Copyright 2020 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
3,035
38.947368
78
py
adanet
adanet-master/adanet/experimental/phases/keras_tuner_phase.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
2,683
36.277778
83
py
adanet
adanet-master/adanet/experimental/phases/phase.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
2,294
28.805195
80
py
adanet
adanet-master/adanet/experimental/phases/__init__.py
# Lint as: python3 # Copyright 2020 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
1,131
35.516129
76
py
adanet
adanet-master/adanet/experimental/phases/keras_trainer_phase.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
2,844
39.070423
87
py
adanet
adanet-master/adanet/experimental/phases/input_phase.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
1,512
31.891304
74
py
adanet
adanet-master/adanet/experimental/keras/ensemble_model.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
2,663
29.62069
79
py
adanet
adanet-master/adanet/experimental/keras/testing_utils.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
2,182
33.650794
80
py
adanet
adanet-master/adanet/experimental/keras/ensemble_model_test.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
3,693
34.519231
79
py
adanet
adanet-master/adanet/experimental/keras/model_search_test.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
8,219
35.533333
86
py
adanet
adanet-master/adanet/experimental/keras/model_search.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
1,757
32.807692
82
py
adanet
adanet-master/adanet/experimental/keras/__init__.py
# Lint as: python3 # Copyright 2020 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
1,015
34.034483
74
py
adanet
adanet-master/adanet/experimental/schedulers/scheduler.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
1,197
30.526316
77
py
adanet
adanet-master/adanet/experimental/schedulers/in_process_scheduler.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
1,297
32.282051
74
py
adanet
adanet-master/adanet/experimental/schedulers/__init__.py
# Lint as: python3 # Copyright 2020 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
782
33.043478
82
py
adanet
adanet-master/adanet/experimental/controllers/sequential_controller.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless req...
1,826
35.54
80
py
adanet
adanet-master/adanet/experimental/controllers/controller.py
# Lint as: python3 # Copyright 2019 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
1,316
31.925
77
py
adanet
adanet-master/adanet/experimental/controllers/__init__.py
# Lint as: python3 # Copyright 2020 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless requir...
789
33.347826
86
py
adanet
adanet-master/adanet/tf_compat/__init__.py
# Copyright 2018 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable la...
6,952
29.362445
80
py
adanet
adanet-master/adanet/subnetwork/generator_test.py
"""Test AdaNet single graph subnetwork implementation. Copyright 2018 The AdaNet Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/L...
7,392
31.425439
79
py
adanet
adanet-master/adanet/subnetwork/report.py
"""Container for an `adanet.Subnetwork`'s attributes and metrics. Copyright 2018 The AdaNet Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org...
8,294
41.106599
80
py
adanet
adanet-master/adanet/subnetwork/__init__.py
# Copyright 2018 The AdaNet Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable la...
1,290
32.973684
74
py
adanet
adanet-master/adanet/subnetwork/generator.py
"""An AdaNet subnetwork definition in Tensorflow using a single graph. Copyright 2018 The AdaNet Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apach...
14,469
41.558824
114
py
adanet
adanet-master/adanet/subnetwork/report_test.py
"""Test AdaNet single graph subnetwork implementation. Copyright 2018 The AdaNet Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/L...
4,130
30.295455
79
py
polytope
polytope-main/setup.py
#!/usr/bin/env python """Installation script.""" # import imp # inline # import importlib # inline import shlex as _sh import os import setuptools as _stp import subprocess import sys classifiers = [ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'Intended Audience :: Science/...
4,919
28.818182
68
py
polytope
polytope-main/run_tests.py
#!/usr/bin/env python """ Driver script for testing polytope package. Try calling it with "-h" flag. This script was originally copied from one by the same name in TuLiP (https://tulip-control.org). """ # import imp # inline # import importlib # inline import sys import os.path import nose if __name__ == "__main...
4,212
31.658915
79
py
polytope
polytope-main/examples/randplot.py
#!/usr/bin/env python """ Sample N points in the unit square, compute hull and plot. Usage: randplot.py [N] The default value of N is 3. Note that plotting requires matplotlib (https://matplotlib.org), which is an optional dependency. """ import sys import numpy as np import matplotlib.pyplot as plt import polyto...
712
17.763158
68
py
polytope
polytope-main/examples/timing_benchmarks.py
""" execution time measurements for polytope package """ import os import numpy as np import polytope as pc if os.name is not 'posix': raise Exception('works only on POSIX operating systems') # [0, 1] x [0, 1] A0 = np.array([ [0.0, 1.0], [0.0, -1.0], [1.0, 0.0], [-1.0, 0.0] ]) b0 = np.array([[1.0...
1,180
16.893939
60
py
polytope
polytope-main/tests/polytope_test.py
#!/usr/bin/env python """Tests for the polytope subpackage.""" import logging import numpy as np from numpy.testing import assert_allclose from numpy.testing import assert_array_equal import pytest import scipy.optimize import polytope as pc import polytope.polytope as alg from polytope import solvers log = logging...
21,440
29.326733
76
py
polytope
polytope-main/tests/plot_test.py
#!/usr/bin/env python """Tests for plotting.""" import unittest try: import matplotlib as mpl import matplotlib.patches except ImportError: mpl = None import polytope as pc from polytope import plot class Axes(object): """Mock class.""" def add_patch(self, x): pass @unittest.skipIf( ...
775
21.823529
60
py
polytope
polytope-main/polytope/esp.py
# Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice,...
26,643
32.984694
79
py
polytope
polytope-main/polytope/prop2partition.py
# Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice,...
10,171
31.394904
74
py
polytope
polytope-main/polytope/version.py
# Copyright (c) 2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this...
2,615
39.875
77
py
polytope
polytope-main/polytope/polytope.py
# -*- coding: utf-8 -*- # # Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the ab...
79,593
31.876497
111
py
polytope
polytope-main/polytope/plot.py
# Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice,...
5,420
32.257669
73
py
polytope
polytope-main/polytope/__init__.py
# Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice,...
2,081
45.266667
73
py
polytope
polytope-main/polytope/solvers.py
# Copyright (c) 2011-2017 by California Institute of Technology # All rights reserved. Licensed under 3-clause BSD. """Interface to linear programming solvers. The `polytope` package selects the default solver as follows: 1. use GLPK if installed 2. otherwise use SciPy You can change this default at runtime by setti...
4,447
27.512821
69
py
polytope
polytope-main/polytope/quickhull.py
# Copyright (c) 2011-2014 by California Institute of Technology # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice,...
13,137
35.494444
78
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/setup.py
from setuptools import setup setup( name="ds_gamma_mltool", version="0.0.1", description="ML processes for W->DS+Gamma", author="Evelin Bakos", packages=['ml_tool'], package_data={'ml_tool': ["default_model.json"]}, entry_points={ 'console_scripts': [ 'ml_tool=ml_tool:m...
531
19.461538
53
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/__main__.py
import sys import traceback import argparse from datetime import datetime from pathlib import Path from .dataset import DataSet, BackgroundMode def parse_arguments(args) -> argparse.Namespace: parser = argparse.ArgumentParser(prog='ml_tool') subparsers = parser.add_subparsers(help='This tool has several mode...
9,864
43.638009
149
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/correlate.py
from .model import Model from .dataset import DataSet import numpy as np def correlate(model_1, model_2, dataset: DataSet): model1 = Model.load(model_1) model2 = Model.load(model_2) # Model1 prediction dataset.reset_keys(model1.metadata["keys"]) test_x1, test_y1 = dataset.test_data() pred_y1...
3,050
39.68
99
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/tabulate.py
from .model import Model def tabulate(model_directory, variable): models = Model.load_multi_meta_only(model_directory) with open("table.csv", "w") as f: for model in models: print(model.name + ', ' + str(model.metadata[variable]), file=f)
269
29
76
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/designer.py
from tensorflow.keras import layers from tensorflow.keras import models import tensorflow as tf from tensorflow import keras from .model import Model from .config import * ## Here define models: # dense models def create_dense_layers(config): return_layers = [] return_layers.append(layers.Dense(config['layer1_...
4,161
46.83908
141
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/model.py
from dataclasses import dataclass from typing import Dict, List, Union from pathlib import Path import json from tensorflow import keras @dataclass class Model: model: keras.Model name: str metadata: Dict[str, Union[str, int, bool, list]] def save(self, directory) -> None: self.model.save(st...
1,289
30.463415
143
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/dataset.py
from enum import Enum, auto from pathlib import Path from sklearn.model_selection import train_test_split from sklearn.utils import shuffle import numpy as np import uproot class BackgroundMode(Enum): Mixed = auto() QQOnly = auto() GGOnly = auto() class DataSet: nominal_keys = [ 'delta_eta...
8,531
41.447761
118
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/compariplot.py
from .model import Model import pandas as pd import seaborn as sns import json import numpy as np from matplotlib.ticker import FuncFormatter sns.set_theme(style="whitegrid", palette="colorblind") def compariplot(model_directory, plot_directory, yrange, constraints, category, variable, col_category, filename, markers...
3,097
33.043956
140
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/reevaluate.py
from .model import Model from .dataset import DataSet def reevaluate(model, dataset: DataSet): model = Model.load(model) batch_size = model.metadata['batch_size'] epochs = model.metadata['epochs'] dataset.reset_keys(model.metadata['keys']) train_x, train_Y = dataset.train_data() test_x, test_...
1,505
34.857143
95
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/config.py
import itertools from pathlib import Path import itertools import json from typing import Type def get_configs(json_file_name): #this function returns the temporary configurations with open(Path(__file__).resolve().parent / 'default_model.json') as f_def: temp_config = json.load(f_def) if json_fi...
1,460
31.466667
124
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/__init__.py
import os # Need to do this so windows doesn't freak out when tenserflow loads the libs for dir in os.environ.get("PATH").split(os.pathsep): try: os.add_dll_directory(dir) except: pass from .__main__ import main
237
22.8
77
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/plotter.py
from .model import Model from .dataset import DataSet import matplotlib.pyplot as plt from matplotlib.patches import Rectangle from sklearn.metrics import roc_curve import numpy as np def plot(model_directory, plot_directory, dataset: DataSet): fig, ax = plt.subplots() ax.plot([0, 1], [0, 1], 'k--') mod...
2,138
32.421875
108
py
DsGammaAnalysis
DsGammaAnalysis-main/ml_tool/ml_tool/trainer.py
from .model import Model from .dataset import DataSet from .designer import create_dense_layers, create_model, create_conv_plus_dense_model, create_conv_layers, create_conv_model def trainer(model: Model, dataset: DataSet, config): print(f"Training model {model.name}") train_x, train_Y = dataset.train_data() ...
2,670
36.619718
132
py
airflow
airflow-main/setup.py
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
36,110
36.189495
109
py
airflow
airflow-main/helm_tests/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/security/test_scc_rolebinding.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
5,694
46.458333
110
py
airflow
airflow-main/helm_tests/security/test_kerberos.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
6,133
38.320513
110
py
airflow
airflow-main/helm_tests/security/test_extra_configmaps_secrets.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
9,037
40.081818
109
py
airflow
airflow-main/helm_tests/security/test_metadata_connection_secret.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
4,457
33.828125
106
py
airflow
airflow-main/helm_tests/security/test_rbac_pod_log_reader.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,545
37
95
py
airflow
airflow-main/helm_tests/security/test_security_context.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
19,827
42.292576
108
py
airflow
airflow-main/helm_tests/security/test_rbac.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
14,635
40.228169
106
py
airflow
airflow-main/helm_tests/security/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/security/test_result_backend_connection_secret.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
8,036
37.271429
105
py
airflow
airflow-main/helm_tests/security/test_elasticsearch_secret.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
5,905
34.793939
106
py
airflow
airflow-main/helm_tests/other/test_pdb_pgbouncer.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,198
42.117647
94
py
airflow
airflow-main/helm_tests/other/test_redis.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
13,716
40.441088
110
py
airflow
airflow-main/helm_tests/other/test_git_sync_scheduler.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
11,088
38.888489
110
py
airflow
airflow-main/helm_tests/other/test_git_sync_webserver.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
6,797
37.191011
110
py
airflow
airflow-main/helm_tests/other/test_dags_persistent_volume_claim.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
4,170
35.911504
104
py
airflow
airflow-main/helm_tests/other/test_flower.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
22,498
37.791379
110
py
airflow
airflow-main/helm_tests/other/test_pgbouncer.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
21,941
37.494737
110
py
airflow
airflow-main/helm_tests/other/test_resource_quota.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
1,765
35.040816
83
py
airflow
airflow-main/helm_tests/other/test_git_sync_triggerer.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
1,697
37.590909
102
py
airflow
airflow-main/helm_tests/other/test_git_sync_worker.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
5,373
38.807407
110
py
airflow
airflow-main/helm_tests/other/test_keda.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
10,931
39.043956
101
py
airflow
airflow-main/helm_tests/other/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/other/test_limit_ranges.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
1,488
38.184211
103
py
airflow
airflow-main/helm_tests/other/test_statsd.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
12,172
39.848993
110
py
airflow
airflow-main/helm_tests/webserver/test_pdb_webserver.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,706
40.646154
94
py
airflow
airflow-main/helm_tests/webserver/test_ingress_flower.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
7,650
39.481481
107
py
airflow
airflow-main/helm_tests/webserver/test_ingress_web.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
6,961
39.952941
107
py
airflow
airflow-main/helm_tests/webserver/test_webserver.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
41,376
39.685349
110
py
airflow
airflow-main/helm_tests/webserver/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/airflow_core/test_pdb_scheduler.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,707
40.030303
94
py
airflow
airflow-main/helm_tests/airflow_core/test_worker.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
31,013
38.407878
110
py
airflow
airflow-main/helm_tests/airflow_core/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/airflow_core/test_triggerer.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
24,184
39.308333
110
py
airflow
airflow-main/helm_tests/airflow_core/test_dag_processor.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
24,153
40.078231
110
py
airflow
airflow-main/helm_tests/airflow_core/test_scheduler.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
33,157
40.138958
110
py
airflow
airflow-main/helm_tests/airflow_aux/test_celery_kubernetes_executor.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,080
40.62
90
py
airflow
airflow-main/helm_tests/airflow_aux/test_logs_persistent_volume_claim.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
2,613
35.816901
104
py
airflow
airflow-main/helm_tests/airflow_aux/test_create_user_job.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
14,927
36.413534
109
py
airflow
airflow-main/helm_tests/airflow_aux/test_chart_quality.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
1,530
35.452381
75
py
airflow
airflow-main/helm_tests/airflow_aux/test_basic_helm_chart.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
26,888
45.280551
110
py
airflow
airflow-main/helm_tests/airflow_aux/test_airflow_common.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
17,134
40.690998
110
py
airflow
airflow-main/helm_tests/airflow_aux/test_pod_launcher_role.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
1,989
37.269231
108
py
airflow
airflow-main/helm_tests/airflow_aux/test_pod_template_file.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
28,951
37.448871
109
py
airflow
airflow-main/helm_tests/airflow_aux/__init__.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
785
45.235294
62
py
airflow
airflow-main/helm_tests/airflow_aux/test_cleanup_pods.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
13,502
36.096154
110
py
airflow
airflow-main/helm_tests/airflow_aux/test_configmap.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
4,128
33.991525
101
py
airflow
airflow-main/helm_tests/airflow_aux/test_extra_env_env_from.py
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
4,517
31.271429
86
py