You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
The Producer.persist method returns a PersistedProducer not a simple Producer This really should be changed to return an interface instead of a concrete class. The only additional thing that PersistedProducer exposes is the Artifact that the data was saved to.
The text was updated successfully, but these errors were encountered:
In src/main/scala/org/allenai/pipeline/Producer.scala:
The Producer.persist method returns a PersistedProducer not a simple Producer This really should be changed to return an interface instead of a concrete class. The only additional thing that PersistedProducer exposes is the Artifact that the data was saved to.
The text was updated successfully, but these errors were encountered: