Skip to content

Commit

Permalink
Renamed files
Browse files Browse the repository at this point in the history
  • Loading branch information
MetinSa committed Aug 23, 2021
1 parent 32f1c43 commit d1cd49c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion zodipy/_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Iterable, Dict, Union, Tuple

from zodipy._emissivities import Emissivities
from zodipy.components import BaseComponent, Cloud, Band, Ring, Feature
from zodipy._components import BaseComponent, Cloud, Band, Ring, Feature


@dataclass
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion zodipy/zodi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import numpy as np

from zodipy._coordinates import get_target_coordinates, to_frame
from zodipy._simulation import InstantaneousStrategy, TimeOrderedStrategy
from zodipy.integration_configs import integration_configs
from zodipy.models import models
from zodipy.simulation import InstantaneousStrategy, TimeOrderedStrategy


class Zodi:
Expand Down

0 comments on commit d1cd49c

Please sign in to comment.