Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Nov 25, 2024
1 parent b91bc7c commit ce77b2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsgp4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
from .sgp4_batched import sgp4_batched
from .util import propagate, initialize_tle, propagate_batch
from .plot import plot_orbit, plot_tles
from .mldsgp4 import mldsgp4
from . import tle
from .tle import TLE
from .mldsgp4 import mldsgp4
2 changes: 1 addition & 1 deletion dsgp4/mldsgp4.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
import torch.nn as nn

from . import initialize_tle, propagate, propagate_batch
from .util import initialize_tle, propagate, propagate_batch
from torch.nn.parameter import Parameter

class mldsgp4(nn.Module):
Expand Down

0 comments on commit ce77b2a

Please sign in to comment.