Skip to content

Commit

Permalink
Rename last file
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykubica committed Oct 8, 2024
1 parent d5a5c3c commit ec183ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/tdastro/sources/physical_model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""The base PhysicalModel used for all sources."""


import numpy as np

from tdastro.astro_utils.passbands import Passband
Expand Down
2 changes: 1 addition & 1 deletion src/tdastro/sources/step_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, brightness, t0, t1, **kwargs):
self.add_parameter("t0", t0, **kwargs)
self.add_parameter("t1", t1, **kwargs)

def _evaluate(self, times, wavelengths, graph_state, **kwargs):
def compute_flux(self, times, wavelengths, graph_state, **kwargs):
"""Draw effect-free observations for this object.
Parameters
Expand Down

0 comments on commit ec183ba

Please sign in to comment.