Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2023
1 parent 8f08f76 commit 3dc0e50
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 12 deletions.
7 changes: 0 additions & 7 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@ version of each tutorial is available here.
VisualizeCaustics
MultiplaneDemo
InvertLensEquation







1 change: 0 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import torch
import numpy as np

Expand Down
2 changes: 0 additions & 2 deletions tests/test_masssheet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import torch

from caustic.cosmology import FlatLambdaCDM
Expand All @@ -7,7 +6,6 @@


def test():

# Models
cosmology = FlatLambdaCDM(name="cosmo")
lens = MassSheet(name="sheet", cosmology=cosmology)
Expand Down
1 change: 0 additions & 1 deletion tests/test_pseudo_jaffe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import torch
from lenstronomy.LensModel.lens_model import LensModel
from utils import lens_test_helper
Expand Down
1 change: 0 additions & 1 deletion tests/test_sersic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import lenstronomy.Util.param_util as param_util
import numpy as np
import torch
Expand Down

0 comments on commit 3dc0e50

Please sign in to comment.