Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara committed Oct 2, 2023
1 parent 761bad1 commit c7c9e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/simulation/hdf_simulation_store.jl
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ function _deserialize_attributes!(store::HdfSimulationStore)
get_resolution(get_decision_model_params(store, model_name))
dims = (horizon, size(dataset)[2:end]..., size(dataset)[1])
n_dims = max(1, ndims(dataset) - 2)
@error n_dims
@error dims
item = HDF5Dataset{n_dims}(
dataset,
column_dataset,
Expand Down

0 comments on commit c7c9e01

Please sign in to comment.