pik-piam/remind2

reportSE broken on `fulldata_exoGAINS.gdx`

Closed this issue · 1 comments

Hi Michaja,
might it be that your change in reportSE, removing the magclass dependency, actually broke reportSE as called in exoGAINSAirpollutants.R, see:

data <- remind2::reportSE("/p/tmp/oliverr/remind-smallfix/output/SSP2EU-NPi_2024-02-20_14.02.25/fulldata_exoGAINS.gdx")
Error in `mbind()`:
! Cannot handle objects! Data as well as temporal dimensions differ!
Run `rlang::last_trace()` to see where the error occurred.
> rlang::last_trace()
<error/rlang_error>
Error in `mbind()`:
! Cannot handle objects! Data as well as temporal dimensions differ!
---
Backtrace:
    ▆
 1. └─remind2::reportSE("fulldata_exoGAINS.gdx")
 2.   └─magclass::mbind(...)

I don't understand the implications of possible name collisions, but that might have been caused by it somehow?

Nevermind, I caused this myself.