Skip to content

Commit

Permalink
enable memory management
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Feb 2, 2022
1 parent 91e06b9 commit 1eddad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CI/memory_scaling/test_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
)
from mdsuite.file_io import script_input

mdsuite.config.memory_fraction = 1.0
mdsuite.config.memory_scaling_test = True
# mdsuite.config.memory_fraction = 1.0
# mdsuite.config.memory_scaling_test = True


def get_project(tmp_path, n_configs, n_parts) -> mdsuite.Project:
Expand Down

0 comments on commit 1eddad1

Please sign in to comment.