Skip to content

Commit

Permalink
Note that add_array() is not thread-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Nov 1, 2023
1 parent f227ddf commit e332948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jplephem/daf.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ def add_array(self, name, values, array):
and will have its start word and end word fields set to point to
where the `array` of floats has been appended to the file.
This method is not thread-safe.
"""
f = self.file
scs = self.summary_control_struct
Expand Down

0 comments on commit e332948

Please sign in to comment.