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

Commit

Permalink
test: fix test_simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Nov 27, 2023
1 parent ae9c3f3 commit 7cd6a22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import torch

from caustic.sims import Lens_Source
from caustic.cosmology import FlatLambdaCDM
from caustic.lenses import SIE
from caustic.light import Sersic
from caustic.utils import gaussian
from caustics.sims import Lens_Source
from caustics.cosmology import FlatLambdaCDM
from caustics.lenses import SIE
from caustics.light import Sersic
from caustics.utils import gaussian


def test_simulator_runs():
Expand Down

0 comments on commit 7cd6a22

Please sign in to comment.