Commit 1fff560
authored
Minor fix of blackjax import in fit_pathfinder function (#443)
* Moved the import statement for blackjax to ensure it is only imported when needed.
* Moved blackjax import statement prevents import errors for users on Windows.
* Updated the fit function to specify the return type as az.InferenceData.1 parent 7d62c53 commit 1fff560
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
1736 | 1734 | | |
1737 | 1735 | | |
1738 | 1736 | | |
1739 | | - | |
1740 | | - | |
| 1737 | + | |
| 1738 | + | |
1741 | 1739 | | |
1742 | 1740 | | |
1743 | 1741 | | |
| |||
0 commit comments