Skip to content

Commit

Permalink
Comment tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Aug 15, 2023
1 parent 9c10d90 commit 7b8198e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proseco/tests/test_catalog.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import copy
import os
import pickle # noqa
import pickle
from pathlib import Path

import agasc
Expand All @@ -17,7 +17,7 @@
from ..fid import FidTable, get_fid_catalog
from .test_common import DARK40, OBS_INFO, STD_INFO, mod_std_info

# Switch the matplotlib backend to Agg
# Ensure all plotting is to a non-interactive backend
matplotlib.pyplot.switch_backend("agg")

HAS_SC_ARCHIVE = Path(mica.starcheck.starcheck.FILES["data_root"]).exists()
Expand Down

0 comments on commit 7b8198e

Please sign in to comment.