Skip to content

Commit

Permalink
remove ackTime column from distribution, raise exception with fink-cl…
Browse files Browse the repository at this point in the history
…ient because of the timestamp type
  • Loading branch information
FusRoman committed Nov 9, 2023
1 parent f3c3be4 commit e06f548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fink_mm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "0.16.9"
__version__ = "0.16.10"
__distribution_schema_version__ = "1.3"
__observatory_schema_version__ = "1.1"
1 change: 1 addition & 0 deletions fink_mm/distribution/distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def grb_distribution(
.drop("day")
.drop("timestamp")
.drop("t2")
.drop("ackTime")
)

cnames = df_grb_stream.columns
Expand Down

0 comments on commit e06f548

Please sign in to comment.