miranov25 / RootInteractive

5 stars 12 forks source link

Template switchable #333

Closed pl0xz0rz closed 1 year ago

pl0xz0rz commented 1 year ago

This PR: -Adds support for multiselect varY with toggleable diff function

miranov25 commented 1 year ago

Unit test is OK

report saved to: test6.json ==================================================================================================================== 41 passed, 7 warnings in 103.47s (0:01:43)

miranov25 commented 1 year ago

Realistic use case $NOTES/JIRA/ATO-575/downsampleAO2DRDataFrame.C

-rw-r--r--  1 miranov alice      5229 Aug 27 15:26 ao2dRDFtest.C
-rw-r--r--  1 miranov alice  35803184 Aug 27 15:26 snapshot0.root
drwxr-xr-x 92 miranov kc        16384 Aug 27 15:27 .
-rw-r--r--  1 miranov alice 247086169 Aug 27 15:27 snapshot2.root
miranov25 commented 1 year ago

Recent problems in the rdf->awkawrd->panda are most probably related to the dependencies problems Code failing JIRA/ATO-628/distortionFluctuationDCA.py (segmentation violation ) Stack trace:

The lines below might hint at the cause of the crash.
You may get help by asking at the ROOT forum https://root.cern/forum
Only if you are really convinced it is a bug in ROOT then please submit a
report at https://root.cern/bugs Please post the ENTIRE stack trace
from above as an attachment in addition to anything else
that might help us fixing this issue.
===========================================================
#34 0x00007f45ed5d33db in __pyx_convert_PyBytes_string_to_py_std__in_string(std::string const&) () from /venv/venv3/lib/python3.8/site-packages/pyarrow/lib.cpython-38-x86_64-linux-gnu.so
#35 0x00007f45ed55c00f in __pyx_pymod_exec_lib(_object*) () from /venv/venv3/lib/python3.8/site-packages/pyarrow/lib.cpython-38-x86_64-linux-gnu.so
#36 0x00000000006a65fc in PyModule_ExecDef ()
#37 0x0000000000684d77 in ?? ()
#38 0x00000000005c47d0 in ?? ()
#39 0x00000000005f2f5d in PyVectorcall_Call ()
#40 0x000000000057126d in _PyEval_EvalFrameDefault ()
#41 0x000000000056939a in _PyEval_EvalCodeWithName ()
#42 0x00000000005f6a13 in _PyFunction_Vectorcall ()

In case. only rdf used snapshot used - this part is without problem JIRA/ATO-628/distortionFluctuationDCA.py

miranov25 commented 1 year ago

Merging