Skip to content

Commit

Permalink
blk
Browse files Browse the repository at this point in the history
  • Loading branch information
relleums committed Feb 26, 2024
1 parent 7909627 commit 2961070
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plenoirf/production/tests/test_random_draw_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ def test_dummy():

prng = np.random.Generator(np.random.PCG64(RUN_ID))

events, debug = plenoirf.production.draw_primaries_and_pointings.draw_primaries_and_pointings(
(
events,
debug,
) = plenoirf.production.draw_primaries_and_pointings.draw_primaries_and_pointings(
prng=prng,
run_id=RUN_ID,
num_events=NUM_EVENTS,
Expand Down
1 change: 1 addition & 0 deletions plenoirf/summary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# from os.path import join as opj
# import pandas
import numpy as np

# from importlib import resources as importlib_resources
# import subprocess
# import sparse_numeric_table as spt
Expand Down

0 comments on commit 2961070

Please sign in to comment.