check_pickle

PlasmaCalcs.tools.multiprocessing.check_pickle(x)

checks that x, is pickleable, by pickling then unpickling.

Returns result of unpickling. Useful for debugging.