Skip to content

Commit

Permalink
missing import of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
HaleySchuhl committed Mar 14, 2024
1 parent fdc1d7c commit 1e8f780
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plantcv/geospatial/read_geotif.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

import os
import rasterio
import numpy as np
#from plantcv.plantcv._debug import _debug
from plantcv.plantcv.plot_image import plot_image
from plantcv.plantcv.classes import Spectral_data, Params
from plantcv.plantcv.classes import Spectral_data
from plantcv.plantcv.hyperspectral.read_data import _make_pseudo_rgb

def read_geotif(filepath, mode="RGB"):
Expand Down

0 comments on commit 1e8f780

Please sign in to comment.