Testing the gas evolution in the 2 population model

Run Test Case


In [ ]:
from twopoppy import wrapper
res = wrapper.model_wrapper_test()

Plot results


In [ ]:
%matplotlib inline
%config InlineBackend.figure_format='svg'
wrapper.model_wrapper_test_plot(res);