Skip to content

Commit

Permalink
Merge pull request #22 from ucl-bug/package
Browse files Browse the repository at this point in the history
bugfix init imports
  • Loading branch information
astanziola authored Nov 29, 2021
2 parents 59b9c85 + 7b6dd67 commit 1791725
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 1791725

Please sign in to comment.