Skip to content

Commit 821824a

Browse files
style: pre-commit fixes
1 parent 585f53a commit 821824a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arrakis/frion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import numpy as np
1717
import pymongo
1818
from astropy.time import Time, TimeDelta
19+
from FRion import correct, predict
1920
from prefect import flow, get_run_logger, task
2021
from tqdm.auto import tqdm
2122

@@ -28,7 +29,6 @@
2829
)
2930
from arrakis.utils.fitsutils import getfreq
3031
from arrakis.utils.pipeline import generic_parser, logo_str, workdir_arg_parser
31-
from FRion import correct, predict
3232

3333
logger.setLevel(logging.INFO)
3434
TQDM_OUT = TqdmToLogger(logger, level=logging.INFO)

docs/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation
22
------------
33

4-
The full python package can be installed using `pip`.
4+
The full python package can be installed using `pip`.
55

66
A small number of compiled packages are required (CASA and MongoDB). To make life easier, both the Python and other dependencies can be installed using `conda`.
77

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- mongodb
88
- casacore
99
- compilers
10-
- boost
10+
- boost

0 commit comments

Comments
 (0)