Skip to content

Commit

Permalink
Fix key name in bg_mpl_stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Aug 8, 2024
1 parent 14fa2b2 commit bd81335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diffpy/nmf_mapping/nmf_mapping/nmf_mapping_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from sklearn.decomposition import NMF, PCA
from sklearn.exceptions import ConvergenceWarning

plt.style.use(all_styles["bg-style"])
plt.style.use(all_styles["bg_style"])
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=ConvergenceWarning)

Expand Down

0 comments on commit bd81335

Please sign in to comment.