MCPcopy Create free account
hub / github.com/PolymathicAI/AstroCLIP / __init__

Method __init__

astroclip/callbacks.py:59–60  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

57class PlotsCallback(Callback):
58 # TODO: Update with latest code
59 def __init__(self) -> None:
60 super().__init__()
61
62 def plot_spectrum(self, batch, output):
63 sample_id = 3

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected