Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed May 24, 2024
1 parent 6ee9556 commit 0b8fb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/transport/montecarlo/tests/test_packet_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ class TestBlackBodySimpleSourceRel:
@pytest.fixture(scope="class")
def blackbody_simplesource_relativistic(self):
"""
Create BlackBodySimpleSource instance.
Create BlackBodySimpleSourceRelativistic instance.
Yields
-------
tardis.montecarlo.packet_source.BlackBodySimpleSource
tardis.montecarlo.packet_source.BlackBodySimpleSourceRelativistic
"""
montecarlo_configuration.LEGACY_MODE_ENABLED = True
bb_rel = BlackBodySimpleSourceRelativistic(
Expand Down

0 comments on commit 0b8fb8b

Please sign in to comment.