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
There's an infinite recursion in the xml writing. This is the stack trace I get on WSL(on windows I didn't even get a stack trace, just "Process finished with exit code -1073741571 (0xC00000FD)"):
It appears that a recent pandas update made a change in how dataframes were rendered using the styler, which broke the reporter. I've fixed the xmle library that larch uses for reporting, this should work now if you use conda to update xmle to 0.1.22. (conda install -n larch2 xmle=0.1.22 -c conda-forge).
The larch reporter class does not appear to be working. I am new to larch so am not sure if this is an environment specific problem or a general bug.
The minimal reproducible example is to attempt run example 201 as outlined in the start of example 202:
Running through example 201 line by line following https://larch.newman.me/example/201_exville_mode_choice.html gives an issue near the very end at:
I have been able to reproduce this issue on both Windows and windows subsystem for linux (ubuntu 20).
I created an environment on both platforms as follows:
where geopandas is installed additionally to run the exampville examples.
Conda environment package versions:
There's an infinite recursion in the xml writing. This is the stack trace I get on WSL(on windows I didn't even get a stack trace, just "Process finished with exit code -1073741571 (0xC00000FD)"):
The text was updated successfully, but these errors were encountered: