Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 567448931
  • Loading branch information
zhong1wan authored and The swirl_dynamics Authors committed Sep 21, 2023
1 parent e72b535 commit 9bbddf9
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 410 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ keywords = [
# Installed locally with `pip install -e .`
dependencies = [
"absl-py",
"chex",
"clu",
"etils",
"flax",
"h5py",
# "grain@git+https://github.com/google/grain",
"grain@git+https://github.com/google/grain.git@b80f7066ce1f69317519bf64739e5ff9a463059a",
"gin-config",
"jax",
"numpy",
Expand Down
168 changes: 0 additions & 168 deletions swirl_dynamics/data/tfgrain_transforms.py

This file was deleted.

170 changes: 0 additions & 170 deletions swirl_dynamics/data/tfgrain_transforms_test.py

This file was deleted.

3 changes: 3 additions & 0 deletions swirl_dynamics/data/utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@

import os

from absl import flags
from absl.testing import absltest
from absl.testing import parameterized
from swirl_dynamics.data import utils

FLAGS = flags.FLAGS


class UtilsTest(parameterized.TestCase):

Expand Down
Loading

0 comments on commit 9bbddf9

Please sign in to comment.