Skip to content

Commit

Permalink
#156 removed irrelevant comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kacper1409 committed Nov 22, 2023
1 parent 71576b4 commit 4d265b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/fluka/test_detector_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

@pytest.fixture(scope='module')
def detectors_json(project_fluka_json):
"""zoneManager part of Fluka project.json file"""
return project_fluka_json['detectorManager']


Expand Down
2 changes: 0 additions & 2 deletions tests/fluka/test_scoring_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@

@pytest.fixture(scope='module')
def detectors_json(project_fluka_json):
"""zoneManager part of Fluka project.json file"""
return project_fluka_json['detectorManager']

@pytest.fixture(scope='module')
def scorings_json(project_fluka_json):
"""zoneManager part of Fluka project.json file"""
return project_fluka_json['scoringManager']

def test_parse_scoring(detectors_json, scorings_json):
Expand Down

0 comments on commit 4d265b2

Please sign in to comment.