mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-01 21:56:38 +08:00
Fix or ignore some pytype errors related to jnp.ndarray == jax.Array.
PiperOrigin-RevId: 511294746
This commit is contained in:
committed by
Saran Tunyasuvunakool
parent
797ea3c71d
commit
c051e6a51d
@@ -291,7 +291,7 @@ class Experiment(experiment.AbstractExperiment):
|
||||
# \__|_| \__,_|_|_| |_|
|
||||
#
|
||||
|
||||
def step(self, global_step: int, rng: jnp.ndarray,
|
||||
def step(self, global_step: int, rng: jnp.ndarray, # pytype: disable=signature-mismatch # jax-ndarray
|
||||
*unused_args, **unused_kwargs):
|
||||
"""See base class."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user