-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c81e663
commit 7b6dd67
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |