You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue #35588 addressed the issue of cell_ids failing.
This bug reports a failure on second render(), due to ctx object, as a defaultdict, having a key inserted when it is queried, which then impacts the programming logic the second time it is run.
The solution is to move the query within conditional a few lines above.
The text was updated successfully, but these errors were encountered:
issue #35588 addressed the issue of
cell_ids
failing.This bug reports a failure on second render(), due to
ctx
object, as adefaultdict
, having a key inserted when it is queried, which then impacts the programming logic the second time it is run.The solution is to move the query within conditional a few lines above.
The text was updated successfully, but these errors were encountered: