Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #158 from nu-radio/fix_example_test
Browse files Browse the repository at this point in the history
Fixes units import for examples
  • Loading branch information
christophwelling authored Nov 9, 2019
2 parents d265275 + b602f0d commit e816f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

from __future__ import absolute_import, division, print_function
from NuRadioMC.utilities import units
from NuRadioReco.utilities import units
from NuRadioMC.EvtGen.generator import generate_eventlist_cylinder
import numpy as np
import os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

from __future__ import absolute_import, division, print_function
from NuRadioMC.utilities import units
from NuRadioReco.utilities import units
from NuRadioMC.EvtGen.generator import generate_eventlist_cylinder
import numpy as np
import os
Expand Down

0 comments on commit e816f93

Please sign in to comment.