Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/database/directory/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def save_attributes(self, paths: af.DirectoryPaths):
"""
__Database__
"""
from autoconf.test_mode import with_test_mode_segment
from autofit import with_test_mode_segment
from autofit.aggregator.aggregator import Aggregator

output_path = with_test_mode_segment(Path("output"))
Expand Down
2 changes: 1 addition & 1 deletion scripts/database/directory/multi_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def save_attributes(self, paths: af.DirectoryPaths):
"""
__Database__
"""
from autoconf.test_mode import with_test_mode_segment
from autofit import with_test_mode_segment
from autofit.aggregator.aggregator import Aggregator

output_path = with_test_mode_segment(Path("output"))
Expand Down
2 changes: 1 addition & 1 deletion scripts/database/scrape/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def save_attributes(self, paths: af.DirectoryPaths):
"""
__Database__
"""
from autoconf.test_mode import with_test_mode_segment
from autofit import with_test_mode_segment
from autofit.database.aggregator import Aggregator

database_file = "database_scrape_general.sqlite"
Expand Down
2 changes: 1 addition & 1 deletion scripts/database/scrape/grid_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from os import path
from pathlib import Path
import numpy as np
from autoconf.test_mode import with_test_mode_segment
from autofit import with_test_mode_segment

"""
___Session__
Expand Down
Loading
Loading