Skip to content

Instantly share code, notes, and snippets.

@haasad
haasad / Brightway2_getting_started_Apr18.ipynb
Last active April 10, 2018 12:45
ESD brightway intro notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@haasad
haasad / exiobase_balance.ipynb
Created February 8, 2017 11:09
Balance of supply use and final demand and how to transform relative Industry by Industry table to absolute units [M.EUR]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@haasad
haasad / parallel_requests.ipynb
Created January 31, 2017 08:31
Run parallel requests with ThreadPoolExecutor
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@haasad
haasad / exiobase_import.ipynb
Created January 19, 2017 12:41
Import Exiobase Industry by Industry IOT table and transform to absolute values
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
==2106== Memcheck, a memory error detector
==2106== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==2106== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==2106== Command: python minimal_wrapper_v1.py
==2106== Parent PID: 1939
==2106==
==2106== Use of uninitialised value of size 8
==2106== at 0x4EF847E: _PyObject_Free (obmalloc.c:1420)
==2106== by 0x4EBAFFE: code_dealloc (codeobject.c:364)
==2106== by 0x4ECFB11: frame_dealloc (frameobject.c:431)
Program received signal SIGSEGV, Segmentation fault.
visit_decref (op=<unknown at remote 0xedb500>, data=0x0) at Modules/gcmodule.c:373
373 Modules/gcmodule.c: No such file or directory.
(gdb) bt
#0 visit_decref (op=<unknown at remote 0xedb500>, data=0x0) at Modules/gcmodule.c:373
#1 0x00007ffff7995fe7 in dict_traverse (
op={'__doc__': None, '__weakref__': <getset_descriptor at remote 0x7ffff26ae6c0>, '__module__': 'pypardiso.pardiso_wrapper', 0x0: <unknown at remote 0xedb500>}, visit=0x7ffff7a70be0 <visit_decref>,
arg=0x0) at Objects/dictobject.c:2539
#2 0x00007ffff7a713cf in subtract_refs (containers=0x7ffff7d7e500 <generations+64>)
at Modules/gcmodule.c:398