The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    ChunkedEncodingError
Message:      ('Connection broken: IncompleteRead(0 bytes read, 5242888 more expected)', IncompleteRead(0 bytes read, 5242888 more expected))
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
                  yield
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
                  raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
              urllib3.exceptions.IncompleteRead: IncompleteRead(0 bytes read, 5242888 more expected)
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
                  yield from self.raw.stream(chunk_size, decode_content=True)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
                  data = self.read(amt=amt, decode_content=decode_content)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 980, in read
                  data = self._raw_read(amt)
                         ^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
                  with self._error_catcher():
                       ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
                  self.gen.throw(value)
                File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
                  raise ProtocolError(arg, e) from e
              urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read, 5242888 more expected)', IncompleteRead(0 bytes read, 5242888 more expected))
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
                  for item in generator(*args, **kwargs):
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/hdf5/hdf5.py", line 76, in _generate_tables
                  with h5py.File(f, "r") as h5:
                       ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/h5py/_hl/files.py", line 564, in __init__
                  fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/h5py/_hl/files.py", line 238, in make_fid
                  fid = h5f.open(name, flags, fapl=fapl)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper
                File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper
                File "h5py/h5f.pyx", line 102, in h5py.h5f.open
                File "h5py/h5fd.pyx", line 162, in h5py.h5fd.H5FD_fileobj_read
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1856, in readinto
                  data = self.read(out.nbytes)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
                  out = read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
                  out = f_read(*args, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
                  return super().read(length)
                         ^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
                  out = self.cache._fetch(self.loc, self.loc + length)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
                  self.cache = self.fetcher(start, end)  # new block replaces old
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
                  r = http_backoff(
                      ^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
                  response = session.request(method=method, url=url, **kwargs)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
                  resp = self.send(prep, **send_kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
                  history = [resp for resp in gen]
                                              ^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
                  resp = self.send(
                         ^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
                  r.content
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
                  self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
                  raise ChunkedEncodingError(e)
              requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read, 5242888 more expected)', IncompleteRead(0 bytes read, 5242888 more expected))
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

coeff
array 2D
kcoeff
array 2D
kcoeff_x
array 2D
kcoeff_y
array 2D
sol
array 2D
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.000004993767106498126 ], [ 0.000013460182344715577 ], [ 0.000020624489479814656 ], [ 0.000027042970032198355 ], [ 0.00003292218752903864 ], [ 0.000038390178815461695 ], [ 0.00004352248288341798 ], [ 0.00004837195956497453 ], [ 0.000052976716688...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.000013460171430779155 ], [ 0.000037370933569036424 ], [ 0.000058361623814562336 ], [ 0.00007737173291388899 ], [ 0.00009488173964200541 ], [ 0.00011120548151666299 ], [ 0.0001265485043404624 ], [ 0.0001410578697687015 ], [ 0.0001548425789223984...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00002062443491013255 ], [ 0.00005836151467519812 ], [ 0.00009233825403498486 ], [ 0.00012345013965386897 ], [ 0.00015228590928018093 ], [ 0.00017926011059898883 ], [ 0.0002046679292107001 ], [ 0.00022872851695865393 ], [ 0.0002516093372832984 ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.000027042817237088457 ], [ 0.00007737134728813544 ], [ 0.00012344976130407304 ], [ 0.0001660667621763423 ], [ 0.0002058140089502558 ], [ 0.00024314261099789292 ], [ 0.0002783958916552365 ], [ 0.0003118400927633047 ], [ 0.00034368535852991045 ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.000032921860110946 ], [ 0.0000948808592511341 ], [ 0.00015228477423079312 ], [ 0.00020581309217959642 ], [ 0.00025602165260352194 ], [ 0.000303361244732514 ], [ 0.0003481938038021326 ], [ 0.0003908115322701633 ], [ 0.000431452295742929 ], [...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.000038389578548958525 ], [ 0.00011120381532236934 ], [ 0.00017925772408489138 ], [ 0.00024314010806847364 ], [ 0.00030335946939885616 ], [ 0.00036034794175066054 ], [ 0.00041446753311902285 ], [ 0.00046602083602920175 ], [ 0.0005152613157406449...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00004352149335318245 ], [ 0.00012654568126890808 ], [ 0.00020466369460336864 ], [ 0.00027839094400405884 ], [ 0.00034818914718925953 ], [ 0.000414464419009164 ], [ 0.00047756850835867226 ], [ 0.0005378039786592126 ], [ 0.0005954306689091027 ]...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00004837043888983317 ], [ 0.00014105347509030253 ], [ 0.0002287217357661575 ], [ 0.00031183173996396363 ], [ 0.0003908027138095349 ], [ 0.00046601309441030025 ], [ 0.0005377990310080349 ], [ 0.000606456829700619 ], [ 0.0006722463294863701 ], ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00005297450115904212 ], [ 0.000154836117872037 ], [ 0.000251599180046469 ], [ 0.00034367243642918766 ], [ 0.0004314378893468529 ], [ 0.0005152470548637211 ], [ 0.0005954186781309545 ], [ 0.0006722389371134341 ], [ 0.0007459635962732136 ], [...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00005736274033552036 ], [ 0.00016797767602838576 ], [ 0.00027342751855030656 ], [ 0.0003740818065125495 ], [ 0.0004702902806457132 ], [ 0.000562379602342844 ], [ 0.0006506505305878818 ], [ 0.000735377601813525 ], [ 0.0008168097701855004 ], ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00006155800656415522 ], [ 0.00018054481188300997 ], [ 0.0002943124563898891 ], [ 0.0004031978314742446 ], [ 0.0005075228400528431 ], [ 0.0006075914134271443 ], [ 0.0007036871393211186 ], [ 0.0007960721268318594 ], [ 0.0008849870064295828 ], ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.0000655787589494139 ], [ 0.0001925916876643896 ], [ 0.00031434069387614727 ], [ 0.00043113509309478104 ], [ 0.0005432726466096938 ], [ 0.0006510370294563472 ], [ 0.0007546955021098256 ], [ 0.000854497600812465 ], [ 0.0009506752248853445 ], ...
[ [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [ 3 ], [...
[ [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ 2.999999761581421 ], [ ...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [ 0 ], [...
[ [ 0.00006944020424271002 ], [ 0.00020416316692717373 ], [ 0.00033358452492393553 ], [ 0.00045799007057212293 ], [ 0.0005776566104032099 ], [ 0.000692849513143301 ], [ 0.0008038210216909647 ], [ 0.0009108086233027279 ], [ 0.0010140349622815847 ], ...
End of preview.