Skip to content

Commit

Permalink
Fix error: avoid importing matplotlib patches from numina module
Browse files Browse the repository at this point in the history
  • Loading branch information
nicocardiel committed Nov 23, 2023
1 parent e4a3195 commit 2cee544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emirdrp/tools/display_slitlet_arrangement.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

import argparse
from astropy.io import fits
import matplotlib.pyplot as plt
import matplotlib.patches as patches
import numpy as np
from sklearn.cluster import KMeans
import sys

from numina.array.display.matplotlib_qt import plt
from numina.array.display.matplotlib_qt import patches as patches
from numina.array.display.matplotlib_qt import set_window_geometry
from numina.array.display.pause_debugplot import pause_debugplot
from emirdrp.instrument.csu_configuration import CsuConfiguration
Expand Down

0 comments on commit 2cee544

Please sign in to comment.