Skip to content

Commit

Permalink
Debug: out_file_key to out_file
Browse files Browse the repository at this point in the history
  • Loading branch information
stkroe committed Sep 2, 2024
1 parent ba6846f commit 21479a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PQAnalysis/analysis/thermal_expansion/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ def thermal_expansion(
_thermal_expansion = ThermalExpansion(
temperature_points=temperature_points, boxes=box_data
)

data_writer = ThermalExpansionDataWriter(
filename=input_reader.out_file_key, mode=mode
filename=input_reader.out_file, mode=mode
)

log_writer = ThermalExpansionLogWriter(
Expand Down

0 comments on commit 21479a0

Please sign in to comment.