-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export/import crash #50
Labels
bug
Something isn't working
Comments
Could you upload a compressed version of this catalogue here? |
Or to create the base catalog from python: import speasy as spz
from tscat import create_catalogue, create_event, add_events_to_catalogue, save, Session
cat=spz.get_data(spz.inventories.tree.amda.Catalogs.SharedCatalogs.EARTH.THEMIS_MPcrossings_2007_2016_V1)
with Session() as s:
events = [ s.create_event(*e, "bob") for e in list(cat)+list(cat)+list(cat) ]
ccat = create_catalogue(cat.name, "bob")
add_events_to_catalogue(ccat, events)
save() |
FTM I'm unable to reproduce. I imported and exported the catalogue several times, it takes some time, but it works.. |
You have done it via the gui not just the backend, right? (Don’t know if it matters) |
Yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Export a catalogue to json (about 100k events)
import the catalog from that json file
the import takes forever (much longer than the creation) and eventually crashes
log :
The text was updated successfully, but these errors were encountered: