Skip to content

Commit

Permalink
bugfix init imports
Browse files Browse the repository at this point in the history
  • Loading branch information
astanziola committed Nov 29, 2021
1 parent c81e663 commit 7b6dd67
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions jaxdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from core import *
import discretization
import geometry
import ode
import operators
import primitives
import spectral
import utils
import version
from jaxdf.core import *
from jaxdf import discretization
from jaxdf import geometry
from jaxdf import ode
from jaxdf import operators
from jaxdf import primitives
from jaxdf import spectral
from jaxdf import utils
from jaxdf import version

0 comments on commit 7b6dd67

Please sign in to comment.