We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f66a83 commit 7d84a30Copy full SHA for 7d84a30
1 file changed
equitrain/backends/jax_predict.py
@@ -449,7 +449,6 @@ def predict(args):
449
raise RuntimeError('Prediction dataset is empty.')
450
effective_nodes = getattr(loader, '_n_node', batch_max_nodes)
451
effective_edges = getattr(loader, '_n_edge', batch_max_edges)
452
- effective_graphs = getattr(loader, '_n_graph', None)
453
if batch_max_edges is not None and effective_edges != batch_max_edges:
454
logging.warning(
455
'Requested max edges per batch (%s) was raised to %s to fit the data.',
0 commit comments