Skip to content

calebchin/nsquared_bench_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$N^2$ Bench Downloaded Data

This repo contains the downloaded and masked data files for the $N^2$ bench introduced in the $N^2$ repository.

Usage

After downloading, the mask and data files can be loaded using numpy:

import numpy as np
data = np.load('path/to/file.npy', allow_pickle=True)

Ensure that allow_pickle=True to avoid complications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published