Skip to content

Commit

Permalink
#482: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Dec 14, 2023
1 parent db8cfdb commit 3ee28b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lbaf/IO/lbsVTDataReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import os
import re
from logging import Logger
from multiprocessing import get_context
from multiprocessing import get_context, Manager
from multiprocessing.pool import Pool
from multiprocessing import Manager

import brotli

Expand Down
2 changes: 1 addition & 1 deletion src/lbaf/IO/lbsVTDataWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __create_tasks(self, rank_id, objects, migratable):

return tasks

def __get_communications(self, phase, rank): # CWS: in progress
def __get_communications(self, phase, rank):
"""Create communication entries to be outputted to JSON."""

# Get initial communications (if any)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/config/conf_vt_writer_communications_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ algorithm:
output_dir: ../output/vt_writer_communications_test
output_file_stem: output_file
write_JSON:
compressed: false
compressed: true
suffix: json
communications: true
offline_LB_compatible: false

0 comments on commit 3ee28b7

Please sign in to comment.