From cd81c5ef3a15ea7cee7877c4ef84f292387dd877 Mon Sep 17 00:00:00 2001 From: Timothy Willard <9395586+TimothyWillard@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:13:03 -0400 Subject: [PATCH] Remove whitespace changes Remove the changes used to trigger the workflows as an example. Not needed for the PR. --- flepimop/R_packages/flepicommon/R/DataUtils.R | 1 + flepimop/R_packages/inference/R/inference_to_forecast.R | 1 - flepimop/gempyor_pkg/src/gempyor/__init__.py | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flepimop/R_packages/flepicommon/R/DataUtils.R b/flepimop/R_packages/flepicommon/R/DataUtils.R index 7d882c8f0..ec94e0c04 100755 --- a/flepimop/R_packages/flepicommon/R/DataUtils.R +++ b/flepimop/R_packages/flepicommon/R/DataUtils.R @@ -1019,3 +1019,4 @@ get_CSSE_US_matchGlobal_data <- function(){ } + diff --git a/flepimop/R_packages/inference/R/inference_to_forecast.R b/flepimop/R_packages/inference/R/inference_to_forecast.R index 112afeac8..13431f056 100644 --- a/flepimop/R_packages/inference/R/inference_to_forecast.R +++ b/flepimop/R_packages/inference/R/inference_to_forecast.R @@ -28,7 +28,6 @@ cum_death_forecast <- function (sim_data, } - ##' ##' Creates a merged forecast from a data object and a set of sims. ##' diff --git a/flepimop/gempyor_pkg/src/gempyor/__init__.py b/flepimop/gempyor_pkg/src/gempyor/__init__.py index bdf56083b..432754c6c 100644 --- a/flepimop/gempyor_pkg/src/gempyor/__init__.py +++ b/flepimop/gempyor_pkg/src/gempyor/__init__.py @@ -1,3 +1,4 @@ ## All functions are in minimal inference. + from .inference import * from .utils import *