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
First of all thanks @johnnychen94 for the awesome DemoCards package, but I'm running into a bug specifically on Windows where DemoCards crashes in the cleanup callback
First of all thanks @johnnychen94 for the awesome
DemoCards
package, but I'm running into a bug specifically on Windows whereDemoCards
crashes in the cleanup callbackFrom the Windows CI logs for https://github.com/tlnagy/Nagy_2023_SwellMigration :
This appears to be triggered by these lines:
DemoCards.jl/src/generate.jl
Lines 208 to 209 in 6dde0a3
Perhaps the
GC.gc()
command isn't freeing up the resource any more?The text was updated successfully, but these errors were encountered: