diff --git a/nes/load_nes.py b/nes/load_nes.py index 9d28afafd52920ee067ecf26aa19be3f6833cb1d..5507e4fd644bc1b312657139a5acfe3f4f7b6a7e 100644 --- a/nes/load_nes.py +++ b/nes/load_nes.py @@ -67,8 +67,6 @@ def open_netcdf(path, comm=None, xarray=False, info=False, parallel_method='Y', if parallel_method == 'Y': warnings.warn("Parallel method cannot be 'Y' to create points NES. Setting it to 'X'") parallel_method = 'X' - elif parallel_method == 'T': - raise NotImplementedError("Parallel method T not implemented yet") if __is_points_ghost(dataset): # Points - GHOST nessy = PointsNesGHOST(comm=comm, dataset=dataset, xarray=xarray, info=info,