Alex Malins
Alex Malins
Could not initialize class com.databricks.client.jdbc42.internal.apache.arrow.memory.util.MemoryUtil
Hi, I've also run up against this issue this morning. I guess an issue is there are no Mac/AArch64 builds of OpenJDK for < Java 17... Would trying OpenJDK v18...
Could not initialize class com.databricks.client.jdbc42.internal.apache.arrow.memory.util.MemoryUtil
Here is an unofficial workaround for Apple silicon users: - Download and install Azul's Zulu JRE v11 for macOS Arm64 from [here](https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jre) - Open `/Applications/DBeaver.app/Contents/Eclipse/dbeaver.ini` and edit the line below...
Could not initialize class com.databricks.client.jdbc42.internal.apache.arrow.memory.util.MemoryUtil
@okulikm No I didn't, this was the first system-wide install I did of a JRE on this machine, and I don't have experience with multiple installs. As @n5a5 says though,...
@ShirsenduP: super work on this issue - thank you I think the root cause here is the same as [this Q](https://stackoverflow.com/questions/50871343/connectionstyle-arc3-fancyarrowpatch-and-path-curve3-two-quadratic-bezier-cu) on stackoverflow. The edges when created in `networkx.draw_networkx_edges()` use...
Looked at this again and it is more complicated than just setting the text location once after finding the `FancyArrowPatch` control point. The control point location changes depending on the...
Hi @jvavrek Thanks for raising this. The origin is the decay datasets grouping beta+ and EC decays together as a single decay mode, because the outcome nucleus is the same....
@jvavrek Nothing off the top of my head for software. The [NuDat2](https://www.nndc.bnl.gov/nudat2/chartNuc.jsp) and [Nucleide-Lara](http://www.nucleide.org/Laraweb/index.php) websites both plot decay schemes, so you could try looking into what they are using on...
Looking further into this, the main difficulty is separating the respective beta+ and EC branching fractions from the ICRP-107 data (point 1 in my earlier post). There is a problem...
Hey @atharva-2001 I'm not completely sure what is causing this, but I found two workarounds. 1. Use `--no-mamba` flag: ``` conda-lock -f demo_env.yml -p linux-64 -p osx-64 --no-mamba # this...
Thanks for this report @tabaker99 🙌 It is caused by an incompatibility between SymPy's own [PythonMPQ](https://github.com/sympy/sympy/blob/master/sympy/external/pythonmpq.py) data type for rational numbers, and SymPy defaulting to use the gmpy2.mpq rational number...