Skip to content

Commit

Permalink
Fix broken import lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ejuarezg committed Aug 11, 2019
1 parent c8bfba0 commit 7f4e855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/nm4p/rka.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from rk4 import rk4
from .rk4 import rk4

def rka(x,t,tau,err,derivsRK,param):
"""Adaptive Runge-Kutta routine
Expand Down
2 changes: 1 addition & 1 deletion Python/nm4p/zeroj.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import numpy as np
from bess import bess
from .bess import bess

def zeroj( m_order, n_zero) :
"""Zeros of the Bessel function J(x)
Expand Down

0 comments on commit 7f4e855

Please sign in to comment.