VirtualFlyBrain / VFB2

Virtual Fly Brain Documentation Site
https://virtualflybrain.org
MIT License
5 stars 6 forks source link

EP<-> anat queries missing #274

Open dosumis opened 4 years ago

dosumis commented 4 years ago

e.g. image

This one is due to missing labels (see comment below)

%0A%0A%0A%0A%0A%0ASupport%20info%3A%0AMon Nov 02 2020 09:22:04 GMT+0000 (Greenwich Mean Time)%0AChrome%2086.0.4240.111%20%5B1440,764%5D%0Ahttps://debug.virtualflybrain.org/org.geppetto.frontend/geppetto?id=FBbt_00047349%26i=VFB_00101567,VFB_jrchk8rz,VFB_jrchk8dz,VFB_jrchk8dy,VFB_00001225,VFB_00007677,VFB_00007460%0A%0A%60%60%60diff%0A%2B Browser History Call triggered termInfo: FBbt_00047349%0A%2D Warning: Cannot update during an existing state transition (such as within render). Render methods should be a pure function of props and state.%s

in Layout (created by VFBMain)
in div (created by VFBMain)
in VFBMain (created by ConnectFunction)
in ConnectFunction (created by ConnectFunction)
in ConnectFunction (created by component)
in component (created by Route)
in Route
in Switch
in Router (created by BrowserRouter)
in BrowserRouter
in Provider
in ErrorCatcher (created by WithStyles(ErrorCatcher))
in WithStyles(ErrorCatcher)%0A%2B Loading 1204 slices/tiles...%0A%60%60%60%0A
dosumis commented 4 years ago

Found issues with labels in pdb.p2

  1. Splits are missing Expression_pattern label (IIRC this was hacked in p1) - ticket
  2. Many Splits are missing a Split label (e.g. see above example) - this is almost certainly because these nodes are being added after label addition. Solution is to add during side loading

We should have a general audit of labels used to shape content in pipeline1 - checking they are present as expected in pipeline2.