Open coxipi opened 1 week ago
it keeps saying that some checks were not successful, but I don't see any red x, showing the failures.
Weird, the previous CI shows some runs "cancelled". I don't see why they were cancelled...
It's a configuration issue. I'll see what I can do.
So all this discussion about conflict values of time with map_blocks
if times are not maching:
I guess that's why NpdfTransform
had:
"ref": ref.rename(time="time_hist"),
"hist": hist.rename(time="time_hist"),
"sim": sim,
I'll try and see if the class Adjust
could handle this on its own to also avoid the problem in other classes. I recently had this problem when trying to use dOTC
.
For MBCn, I didn't see this with the groupies-like implementation since it doesn't use map_groups
. I'm not sure how it worked for my map_groups
implementation though , I feel it should have failed for this specific reason above.
Pull Request Checklist:
number
) and pull request (:pull:number
) has been addedWhat kind of change does this PR introduce?
ref
andhist
times do not matchDoes this PR introduce a breaking change?
Other information: