From c78c79a39b4b6ed45856c5ab77876656565c3a01 Mon Sep 17 00:00:00 2001 From: juacrumar Date: Thu, 30 Nov 2023 15:50:07 +0100 Subject: [PATCH] add a workflow that tests some number of pdfs --- {benchmarks => benchmarks_and_tests}/compare_accuracy_alphas.py | 0 {benchmarks => benchmarks_and_tests}/compare_accuracy_lhapdf.py | 0 .../compare_performance_lhapdf.py | 0 {benchmarks => benchmarks_and_tests}/nlo_integration/main_vfh.py | 0 {benchmarks => benchmarks_and_tests}/nlo_integration/me.py | 0 .../nlo_integration/parameters.py | 0 .../nlo_integration/phase_space.py | 0 {benchmarks => benchmarks_and_tests}/nlo_integration/spinors.py | 0 {benchmarks => benchmarks_and_tests}/singletop_lo.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {benchmarks => benchmarks_and_tests}/compare_accuracy_alphas.py (100%) rename {benchmarks => benchmarks_and_tests}/compare_accuracy_lhapdf.py (100%) rename {benchmarks => benchmarks_and_tests}/compare_performance_lhapdf.py (100%) rename {benchmarks => benchmarks_and_tests}/nlo_integration/main_vfh.py (100%) rename {benchmarks => benchmarks_and_tests}/nlo_integration/me.py (100%) rename {benchmarks => benchmarks_and_tests}/nlo_integration/parameters.py (100%) rename {benchmarks => benchmarks_and_tests}/nlo_integration/phase_space.py (100%) rename {benchmarks => benchmarks_and_tests}/nlo_integration/spinors.py (100%) rename {benchmarks => benchmarks_and_tests}/singletop_lo.py (100%) diff --git a/benchmarks/compare_accuracy_alphas.py b/benchmarks_and_tests/compare_accuracy_alphas.py similarity index 100% rename from benchmarks/compare_accuracy_alphas.py rename to benchmarks_and_tests/compare_accuracy_alphas.py diff --git a/benchmarks/compare_accuracy_lhapdf.py b/benchmarks_and_tests/compare_accuracy_lhapdf.py similarity index 100% rename from benchmarks/compare_accuracy_lhapdf.py rename to benchmarks_and_tests/compare_accuracy_lhapdf.py diff --git a/benchmarks/compare_performance_lhapdf.py b/benchmarks_and_tests/compare_performance_lhapdf.py similarity index 100% rename from benchmarks/compare_performance_lhapdf.py rename to benchmarks_and_tests/compare_performance_lhapdf.py diff --git a/benchmarks/nlo_integration/main_vfh.py b/benchmarks_and_tests/nlo_integration/main_vfh.py similarity index 100% rename from benchmarks/nlo_integration/main_vfh.py rename to benchmarks_and_tests/nlo_integration/main_vfh.py diff --git a/benchmarks/nlo_integration/me.py b/benchmarks_and_tests/nlo_integration/me.py similarity index 100% rename from benchmarks/nlo_integration/me.py rename to benchmarks_and_tests/nlo_integration/me.py diff --git a/benchmarks/nlo_integration/parameters.py b/benchmarks_and_tests/nlo_integration/parameters.py similarity index 100% rename from benchmarks/nlo_integration/parameters.py rename to benchmarks_and_tests/nlo_integration/parameters.py diff --git a/benchmarks/nlo_integration/phase_space.py b/benchmarks_and_tests/nlo_integration/phase_space.py similarity index 100% rename from benchmarks/nlo_integration/phase_space.py rename to benchmarks_and_tests/nlo_integration/phase_space.py diff --git a/benchmarks/nlo_integration/spinors.py b/benchmarks_and_tests/nlo_integration/spinors.py similarity index 100% rename from benchmarks/nlo_integration/spinors.py rename to benchmarks_and_tests/nlo_integration/spinors.py diff --git a/benchmarks/singletop_lo.py b/benchmarks_and_tests/singletop_lo.py similarity index 100% rename from benchmarks/singletop_lo.py rename to benchmarks_and_tests/singletop_lo.py