File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "source" : [
2020 " # Some imports\n " ,
2121 " import numpy as np\n " ,
22- " from samosa.utils.tools import lognormpdf\n " ,
23- " from samosa.utils.post_processing import (\n " ,
22+ " from samosa import lognormpdf\n " ,
23+ " from samosa import (\n " ,
2424 " load_coupled_samples,\n " ,
2525 " get_position_from_states,\n " ,
2626 " scatter_matrix,\n " ,
Original file line number Diff line number Diff line change 4343)
4444from samosa .utils import (
4545 load_samples ,
46+ load_coupled_samples ,
4647 get_position_from_states ,
4748 get_reference_position_from_states ,
4849 scatter_matrix ,
9394 "DelayedRejectionKernel" ,
9495 # Utils
9596 "load_samples" ,
97+ "load_coupled_samples" ,
9698 "get_position_from_states" ,
9799 "get_reference_position_from_states" ,
98100 "scatter_matrix" ,
Original file line number Diff line number Diff line change 77)
88from samosa .utils .post_processing import (
99 load_samples ,
10+ load_coupled_samples ,
1011 get_position_from_states ,
1112 get_reference_position_from_states ,
1213 scatter_matrix ,
2223 "log_banana" ,
2324 "log_quartic" ,
2425 "load_samples" ,
26+ "load_coupled_samples" ,
2527 "get_position_from_states" ,
2628 "get_reference_position_from_states" ,
2729 "scatter_matrix" ,
You can’t perform that action at this time.
0 commit comments