Skip to content

Commit

Permalink
fixup! Use tmp_path fixture to avoid file handle issues on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Aug 28, 2024
1 parent 360eebd commit b27d0fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/structure/test_trajectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
import numpy as np
import pytest
import biotite.structure as struc
import biotite.structure.io as strucio
import biotite.structure.io.pdbx as pdbx
import biotite.structure.io.dcd as dcd
import biotite.structure.io.netcdf as netcdf
import biotite.structure.io.pdbx as pdbx
import biotite.structure.io.trr as trr
import biotite.structure.io.xtc as xtc
from tests.util import data_dir
Expand Down

0 comments on commit b27d0fb

Please sign in to comment.