Skip to content

Commit

Permalink
Fix bug in core.py with newer versions of NumPy (#308)
Browse files Browse the repository at this point in the history
* Fix bug in core.py with newer versions of NumPy

Resolves #307
Resolves #304

* Fix swig bug

* Remove unused var

* Remove commented code
  • Loading branch information
ezralanglois authored Feb 1, 2023
1 parent 3178e08 commit c7ab0b0
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 442 deletions.
1 change: 1 addition & 0 deletions docs/src/Tutorial_03_Low_Level.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
"outputs": [],
"source": [
"lane, tile, cycle, channel = (1, 1101, 15, 0)\n",
"extraction_metrics.rebuild_index(true)\n",
"extraction_metric = extraction_metrics.get_metric(lane, tile, cycle)\n",
"intensity = extraction_metric.max_intensity (channel)"
]
Expand Down
Loading

0 comments on commit c7ab0b0

Please sign in to comment.