Skip to content

Commit

Permalink
Merge pull request #285 from QMCSoftware/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alegresor committed Mar 14, 2022
2 parents 11d4e5a + d6ad6a9 commit 1e8f080
Show file tree
Hide file tree
Showing 41 changed files with 2,506 additions and 926 deletions.
8 changes: 4 additions & 4 deletions demos/digital_net_b2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@
" trials = 100\n",
" solution = 1.808186429263620\n",
" ms = arange(10,18)\n",
" ax.set_xscale('log',basex=2)\n",
" ax.set_yscale('log',basey=10)\n",
" ax.set_xscale('log',base=2)\n",
" ax.set_yscale('log',base=10)\n",
" epsilons = {}\n",
" if 1 in plts:\n",
" epsilons['$2^m$ points with skipped $1^{st}$ point'] = zeros((trials,len(ms)),dtype=double)\n",
Expand Down Expand Up @@ -669,9 +669,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "qmcpy",
"language": "python",
"name": "python3"
"name": "qmcpy"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 1e8f080

Please sign in to comment.