Skip to content

Commit 4a34774

Browse files
Remove prepared_data from bgms objects
1 parent 5fbc0b3 commit 4a34774

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* reparameterized the Blume-capel model to use (score-baseline) instead of score.
1010
* implemented a new way to compute the denominators and probabilities. This made their computation both faster and more stable.
1111
* refactored c++ code for better maintainability.
12+
* removed the prepared_data field from bgm objects.
1213

1314
## Bug fixes
1415

R/output_utils.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ prepare_output_bgm = function(
88
nuts_max_depth, learn_mass_matrix, num_chains
99
) {
1010
arguments = list(
11-
prepared_data = x,
1211
num_variables = ncol(x),
1312
num_cases = nrow(x),
1413
na_impute = na_impute,
@@ -291,7 +290,6 @@ prepare_output_bgmCompare = function(
291290
num_variables = ncol(observations)
292291

293292
arguments = list(
294-
prepared_data = observations,
295293
num_variables = num_variables,
296294
num_cases = nrow(observations),
297295
iter = iter,

0 commit comments

Comments
 (0)