Dataset Preview
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: IndexError
Message: list index out of range
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
original_shard_lengths[original_shard_id] += len(table)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
IndexError: list index out of range
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 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | meta dict |
|---|---|
function c8vec_print_some ( n, x, max_print, title )
%*****************************************************************************80
%
%% C8VEC_PRINT_SOME prints some of a C8VEC.
%
% Discussion:
%
% The user specifies MAX_PRINT, the maximum number of lines to print.
%
% If N, the size of the vector, is no more... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/cyclic_reduction/c8vec_print_some.m",... |
function sequence_streak_display ( file_name, direction )
%*****************************************************************************80
%
%% SEQUENCE_STREAK_DISPLAY makes a "streak plot" of a sequence.
%
% Discussion:
%
% The sequence information is assumed to be available in
% a text file, with one sequence... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/sequence_streak_display/sequence_stre... |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% out.m 1993-12-28 % FORMATED OUTPUT OF MATRICES
%% (c) M. Balda % updated on 2005-12-18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% updated on 2006-02-10
%
% The function out.m outputs its first argument to screen or a file in a
% default or... | {
"author": "Sable",
"repo": "mcbench-benchmarks",
"sha": "ba13b2f0296ef49491b95e3f984c7c41fccdb6d8",
"save_path": "github-repos/MATLAB/Sable-mcbench-benchmarks",
"path": "github-repos/MATLAB/Sable-mcbench-benchmarks/mcbench-benchmarks-ba13b2f0296ef49491b95e3f984c7c41fccdb6d8/9954-simple-formatted-ascii-outpu... |
%EASY4 The ephemeris file is reformated by rinexe. The observation type
% is selected and the observation files for master and rover are opened.
% The preliminary (X,Y,Z) position of the master receiver is read from
% the header.
% The reading position in the ... | {
"author": "yandld",
"repo": "nav_matlab",
"sha": "da70cb2083de407409ebe1ec1096a308611cf063",
"save_path": "github-repos/MATLAB/yandld-nav_matlab",
"path": "github-repos/MATLAB/yandld-nav_matlab/nav_matlab-da70cb2083de407409ebe1ec1096a308611cf063/example/gps_spp_test/easysuite/easy4.m",
"lm_name": "Qwen/Qw... |
% THIS SOFTWARE AND ANY ACCOMPANYING DOCUMENTATION IS RELEASED "AS IS." THE U.S. GOVERNMENT MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, CONCERNING THIS SOFTWARE AND ANY ACCOMPANYING DOCUMENTATION, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT ... | {
"author": "Sable",
"repo": "mcbench-benchmarks",
"sha": "ba13b2f0296ef49491b95e3f984c7c41fccdb6d8",
"save_path": "github-repos/MATLAB/Sable-mcbench-benchmarks",
"path": "github-repos/MATLAB/Sable-mcbench-benchmarks/mcbench-benchmarks-ba13b2f0296ef49491b95e3f984c7c41fccdb6d8/3031-accurate-confidence-interval... |
function hydro = combineBEM(hydro)
% Combines multiple BEM outputs into one hydrodynamic ‘system.’ This function
% requires that all BEM outputs have the same water depth, wave frequencies,
% and wave headings. This function would be implemented following multiple
% readWAMIT, readNEMOH, readCAPYTAINE, or readAQWA and ... | {
"author": "WEC-Sim",
"repo": "WEC-Sim",
"sha": "973dd8c437077b20b361a5c0dba733da98ca9285",
"save_path": "github-repos/MATLAB/WEC-Sim-WEC-Sim",
"path": "github-repos/MATLAB/WEC-Sim-WEC-Sim/WEC-Sim-973dd8c437077b20b361a5c0dba733da98ca9285/source/functions/BEMIO/combineBEM.m",
"lm_name": "Qwen/Qwen-72B",
"... |
function varargout = newton_Raphson_GUI(varargin)
% NEWTON_RAPHSON_GUI M-file for newton_Raphson_GUI.fig
% NEWTON_RAPHSON_GUI, by itself, creates a new NEWTON_RAPHSON_GUI or raises the existing
% singleton*.
%
% H = NEWTON_RAPHSON_GUI returns the handle to a new NEWTON_RAPHSON_GUI or the handle to
% ... | {
"author": "Sable",
"repo": "mcbench-benchmarks",
"sha": "ba13b2f0296ef49491b95e3f984c7c41fccdb6d8",
"save_path": "github-repos/MATLAB/Sable-mcbench-benchmarks",
"path": "github-repos/MATLAB/Sable-mcbench-benchmarks/mcbench-benchmarks-ba13b2f0296ef49491b95e3f984c7c41fccdb6d8/43471-newton-raphson-method-gui/N... |
function [bcx,bcy] = specific_flow(xbd,ybd)
%leakycavity_flow Reference problem 5.3 inflow condition
% [bcx,bcy] = specific_flow(xbd,ybd);
% input
% xbd x coordinate vector
% ybd y coordinate vector
%
% specifies leaky cavity flow boundary condition
% IFISS function: DJS;... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/toms866/stokes_flow/test_problems/lea... |
function dy = scopy ( n, dx, incx, dy, incy )
%*****************************************************************************80
%
%% SCOPY copies a vector X to a vector Y.
%
% Discussion:
%
% The routine uses unrolled loops for increments equal to one.
%
% Licensing:
%
% This code is distributed under the GNU L... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/blas1_s/scopy.m",
"lm_name": "Qwen/... |
function x = rosser1_null_right ( )
%*****************************************************************************80
%
%% ROSSER1_NULL_RIGHT returns a right null vector of the ROSSER1 matrix.
%
% Licensing:
%
% This code is distributed under the GNU LGPL license.
%
% Modified:
%
% 20 October 2007
%
% Author:
... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/test_mat/rosser1_null_right.m",
"lm... |
function fd1d_display ( prefix )
%*****************************************************************************80
%
%% FD1D_DISPLAY displays data for a 1D finite difference function.
%
% Discussion:
%
% The function is represented as the sum of piecewise linear functions.
%
% Licensing:
%
% This code is distri... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/fd1d_display/fd1d_display.m",
"lm_n... |
%% Reference Frame Alignment
%
%%
% The most important difference between MTEX and many other EBSD software
% is that in MTEX the Euler angle reference is always the map reference
% frame. This mean the $x$ and $z$ axes of the map are exactly the rotation
% axes of the Euler angles.
%
% In case the map coordinates and... | {
"author": "mtex-toolbox",
"repo": "mtex",
"sha": "f0ce46a720935e9ae8106ef919340534bca1adcb",
"save_path": "github-repos/MATLAB/mtex-toolbox-mtex",
"path": "github-repos/MATLAB/mtex-toolbox-mtex/mtex-f0ce46a720935e9ae8106ef919340534bca1adcb/doc/EBSDAnalysis/EBSDReferenceFrame.m",
"lm_name": "Qwen/Qwen-72B"... |
function [bcx,bcy] = specific_flow(xbd,ybd)
%tightcavity_flow Reference problem 5.3 alternative inflow condition
% [bcx,bcy] = specific_flow(xbd,ybd);
% input
% xbd x coordinate vector
% ybd y coordinate vector
%
% specifies watertight cavity flow boundary condition
% IFI... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/toms866/stokes_flow/test_problems/tig... |
function next = next_boundary_node_q9 ( node )
%*****************************************************************************80
%
%% NEXT_BOUNDARY_NODE_Q9 returns the next boundary node in a Q9 element.
%
% Reference Element Q9:
%
% |
% 1 4--7--3
% | | |
% | | |
% S 8 9 6
% | | |
... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/fem2d_pack/next_boundary_node_q9.m",
... |
function exact = p00_exact ( problem, dim_num )
%*****************************************************************************80
%
%% P00_EXACT returns the exact integral for any problem.
%
% Licensing:
%
% This code is distributed under the GNU LGPL license.
%
% Modified:
%
% 07 March 2007
%
% Author:
%
% ... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/quadrature_test/p00_exact.m",
"lm_n... |
function line = sphere_llq_grid_lines ( nlat, nlong, line_num )
%*****************************************************************************80
%
%% SPHERE_LLQ_GRID_LINES returns lines for an LLQ grid on a sphere.
%
% Discussion:
%
% A SPHERE LLQ grid imposes a grid of quadrilaterals on a sphere,
% using latit... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/sphere_llq_grid/sphere_llq_grid_lines... |
%% abaqusStruct2inp
% Below is a demonstration of the features of the |abaqusStruct2inp| function
%%
clear; close all; clc;
%% Syntax
% |[T]=abaqusStruct2inp(abaqus_spec,fileName,optionStruct);|
%% Description
% This function provides the basis for coding Abaqus .inp input files
%%
% See also: |abaqusStructTemplate... | {
"author": "gibbonCode",
"repo": "GIBBON",
"sha": "8178520664a6148db939eaea87e75b3cba4f2b4f",
"save_path": "github-repos/MATLAB/gibbonCode-GIBBON",
"path": "github-repos/MATLAB/gibbonCode-GIBBON/GIBBON-8178520664a6148db939eaea87e75b3cba4f2b4f/docs/HELP_abaqusStruct2inp.m",
"lm_name": "Qwen/Qwen-72B",
"lm... |
%% Copyright (C) 2014-2019, 2022 Colin B. Macdonald
%% Copyright (C) 2016 Lagu
%%
%% This file is part of OctSymPy.
%%
%% OctSymPy is free software; you can redistribute it and/or modify
%% it under the terms of the GNU General Public License as published
%% by the Free Software Foundation; either version 3 of the Lice... | {
"author": "cbm755",
"repo": "octsympy",
"sha": "c1ecd1e08f027d5101d0f4250dfc496aa98c8bcd",
"save_path": "github-repos/MATLAB/cbm755-octsympy",
"path": "github-repos/MATLAB/cbm755-octsympy/octsympy-c1ecd1e08f027d5101d0f4250dfc496aa98c8bcd/inst/@sym/sym.m",
"lm_name": "Qwen/Qwen-72B",
"lm_label": "1. NO\n... |
function [eigVec, eigVal, mmPerVox] = dtiLoadTensor(vectorsBasename, tensorBasename, b0Basename)
% [eigVec, eigVal, mmPerVox] = dtiLoadTensor([vectorsBasename], [tensorBasename], [b0Basename])
%
% 'eigVec' is a 5d array- a 3d array of 3x3 eigenVectors.
% To get the eigenVector for a particular voxel, use: v = eigVec(... | {
"author": "vistalab",
"repo": "vistasoft",
"sha": "7f0102c696c091c858233340cc7e1ab02f064d4c",
"save_path": "github-repos/MATLAB/vistalab-vistasoft",
"path": "github-repos/MATLAB/vistalab-vistasoft/vistasoft-7f0102c696c091c858233340cc7e1ab02f064d4c/mrDiffusion/file/tensors/dtiLoadTensor.m",
"lm_name": "Qwe... |
function [stepsize newx storedb lsmem lsstats] = ...
linesearch(problem, x, d, f0, df0, options, storedb, lsmem)
% Standard line search algorithm (step size selection) for descent methods.
%
% function [stepsize newx storedb lsmem lsstats] =
% linesearch(problem, x, d, f0, df0, options, s... | {
"author": "hiroyuki-kasai",
"repo": "ClassifierToolbox",
"sha": "63aa78304a8ac10c432840c45d63170ea2bbabb0",
"save_path": "github-repos/MATLAB/hiroyuki-kasai-ClassifierToolbox",
"path": "github-repos/MATLAB/hiroyuki-kasai-ClassifierToolbox/ClassifierToolbox-63aa78304a8ac10c432840c45d63170ea2bbabb0/lib/Rieman... |
%% Copyright (C) 2014-2016, 2018-2019, 2022 Colin B. Macdonald
%% Copyright (C) 2014-2015 Andrés Prieto
%% Copyright (C) 2020 Rafael Laboissière
%% Copyright (C) 2020 Jing-Chen Peng
%%
%% This file is part of OctSymPy.
%%
%% OctSymPy is free software; you can redistribute it and/or modify
%% it under the terms of the G... | {
"author": "cbm755",
"repo": "octsympy",
"sha": "c1ecd1e08f027d5101d0f4250dfc496aa98c8bcd",
"save_path": "github-repos/MATLAB/cbm755-octsympy",
"path": "github-repos/MATLAB/cbm755-octsympy/octsympy-c1ecd1e08f027d5101d0f4250dfc496aa98c8bcd/inst/@sym/dsolve.m",
"lm_name": "Qwen/Qwen-72B",
"lm_label": "1. N... |
% MP_INTERFACE_HCURL: create a global numbering of basis functions in multipatch domains, assigning the correct orientation for tangential traces.
%
% [glob_num, glob_ndof, dofs_ornt] = mp_interface_hcurl (interfaces, sp);
%
% INPUT:
%
% interfaces: structure with the information of the interfaces between patches (s... | {
"author": "rafavzqz",
"repo": "geopdes",
"sha": "3bfa57b1a38bd4da3148536c9f67cce81afce701",
"save_path": "github-repos/MATLAB/rafavzqz-geopdes",
"path": "github-repos/MATLAB/rafavzqz-geopdes/geopdes-3bfa57b1a38bd4da3148536c9f67cce81afce701/geopdes/inst/multipatch/mp_interface_hcurl.m",
"lm_name": "Qwen/Qw... |
function [ node_coord, node_att, node_marker ] = triangle_node_data_read ( ...
node_filename, node_num, node_dim, node_att_num, node_marker_num )
%*****************************************************************************80
%
%% TRIANGLE_NODE_DATA_READ reads the data from a node file.
%
% Licensing:
%
% This ... | {
"author": "johannesgerer",
"repo": "jburkardt-m",
"sha": "1726deb4a34dd08a49c26359d44ef47253f006c1",
"save_path": "github-repos/MATLAB/johannesgerer-jburkardt-m",
"path": "github-repos/MATLAB/johannesgerer-jburkardt-m/jburkardt-m-1726deb4a34dd08a49c26359d44ef47253f006c1/triangle_io/triangle_node_data_read.m... |
function [ varargout ] = Beam_Propagation_Method_GUI ( varargin )
%% GUI for Beam Propagation Method (BPM)
%
%%
% Author: Ido Schwartz (IS)
% April 2011 (ver. 1.0.0)
%
%% build GUI
fig = build_gui;
h = guidata ( fig );
switch nargout %----------------------- check nargout
case 0
... | {
"author": "Sable",
"repo": "mcbench-benchmarks",
"sha": "ba13b2f0296ef49491b95e3f984c7c41fccdb6d8",
"save_path": "github-repos/MATLAB/Sable-mcbench-benchmarks",
"path": "github-repos/MATLAB/Sable-mcbench-benchmarks/mcbench-benchmarks-ba13b2f0296ef49491b95e3f984c7c41fccdb6d8/31006-beam-propagation-method-for... |
function gpcf = gpcf_noise(varargin)
%GPCF_NOISE Create a independent noise covariance function
%
% Description
% GPCF = GPCF_NOISE('PARAM1',VALUE1,'PARAM2,VALUE2,...) creates
% independent noise covariance function structure in which the
% named parameters have the specified values. Any unspecified
% par... | {
"author": "fieldtrip",
"repo": "fieldtrip",
"sha": "c2039be598a02d86b39aae76bfa7aaa720f9801c",
"save_path": "github-repos/MATLAB/fieldtrip-fieldtrip",
"path": "github-repos/MATLAB/fieldtrip-fieldtrip/fieldtrip-c2039be598a02d86b39aae76bfa7aaa720f9801c/external/dmlt/external/gpstuff/gp/gpcf_noise.m",
"lm_na... |
End of preview.
No dataset card yet
- Downloads last month
- 18