Skip to content

Commit

Permalink
Fix relative import to work after installation (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasNickel committed Jul 7, 2021
1 parent ffca977 commit 9b319fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstmcpipe/onsite_mc_r0_to_dl3.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys
import argparse
from os.path import abspath
from .io.data_management import query_continue
from lstmcpipe.io.data_management import query_continue
from lstmcpipe.workflow_management import (
batch_r0_to_dl1,
batch_r0_to_dl1_rta,
Expand Down

0 comments on commit 9b319fa

Please sign in to comment.