Skip to content

Commit

Permalink
Fixed unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
merkelm committed Feb 21, 2024
1 parent 2528a8f commit ffccb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/python/test_postproc_toml_dict.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from postproc_toml_dict import _apply_default_values, _verify_restrictions_on_default_and_config, _resolve_references
from solid_dmft.io_tools.postproc_toml_dict import _apply_default_values, _verify_restrictions_on_default_and_config, _resolve_references

def test_verify_restrictions_invalid_key():
config = {
Expand Down
2 changes: 1 addition & 1 deletion test/python/test_postproc_toml_dict_integration.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import pytest
from postproc_toml_dict import merge_config_with_default
from solid_dmft.io_tools.postproc_toml_dict import merge_config_with_default

default_simple = {'general': {'U': 4.0, 'J': 0.9, 'beta': 40.0},
'solver': {'type': 'cthyb', 'n_cycles_tot': 1000000}}
Expand Down

0 comments on commit ffccb15

Please sign in to comment.