Skip to content
Snippets Groups Projects
Commit 9edd6342 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

changed the order of imports in the worker as the numpy (built with different...

changed the order of imports in the worker as the numpy (built with different compiler) is causing unexpected behaviour if imported first
parent e04afefd
No related branches found
No related tags found
1 merge request!43Draft: Resolve "Migrate to Zarr3 and add example for a dataset using sharding"
Pipeline #99553 waiting for manual action
#!/usr/bin/env python3
import logging
from argparse import ArgumentParser
from itertools import chain, groupby
import numpy as np
import zarr
from coyote import Coyote, group_comm_rank, group_comm_size, init, run, start_datetime
from ._data_handler import DataHandler
from ._distribute_work import distribute_work
from ._grids import def_grid, grid_id
from .loco import LocoServer
import numpy as np
import zarr
import logging
from argparse import ArgumentParser
from itertools import chain, groupby
def main():
parser = ArgumentParser()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment